@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
11 lines • 744 B
TypeScript
import type { ConnectionString } from "./internalModels.js";
import type { TableServiceClientOptions } from "../index.js";
/**
* Gets client parameters from an Account Connection String
* Only supported in Node.js not supported for Browsers
* @param _extractedCreds - parsed connection string
* @param _options - TablesServiceClient options
*/
export declare function fromAccountConnectionString(_connectionString: ConnectionString, _options?: TableServiceClientOptions): void;
export declare function getAccountConnectionString(_accountName: string, _accountKey: string, _defaultEndpointsProtocol: string, _endpointSuffix?: string, _tableEndpoint?: string): ConnectionString;
//# sourceMappingURL=accountConnectionString-browser.d.mts.map