@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
14 lines • 610 B
TypeScript
import * as coreClient from "@azure/core-client";
import { GeneratedClientOptionalParams } from "./models/index.js";
/** @internal */
export declare class GeneratedClientContext extends coreClient.ServiceClient {
url: string;
version: string;
/**
* Initializes a new instance of the GeneratedClientContext class.
* @param url The URL of the service account or table that is the target of the desired operation.
* @param options The parameter options
*/
constructor(url: string, options?: GeneratedClientOptionalParams);
}
//# sourceMappingURL=generatedClientContext.d.ts.map