@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
11 lines • 475 B
TypeScript
import { CosmosClientOptions } from "../index.js";
/**
* @hidden
*/
export declare function getUserAgent(optionsOrConnectionString?: CosmosClientOptions, hostFramework?: string): string;
/**
* @hidden
* TODO: This function was getting used to track PPAF. Now by default PPAF is enabled. We need to revisit this function.
*/
export declare function addFeatureFlagsToUserAgent(optionsOrConnectionString: CosmosClientOptions): string;
//# sourceMappingURL=platform.d.ts.map