AzureCosmosNoSqlDocumentStore
Defined in: .build/typescript/packages/providers/storage/azure/src/docStore/AzureCosmosNoSqlDocumentStore.ts:17
Extends
Section titled “Extends”KVDocumentStore
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AzureCosmosNoSqlDocumentStore(
__namedParameters
):AzureCosmosNoSqlDocumentStore
Defined in: .build/typescript/packages/providers/storage/azure/src/docStore/AzureCosmosNoSqlDocumentStore.ts:18
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”AzureCosmosNoSqlDocumentStoreArgs
Returns
Section titled “Returns”AzureCosmosNoSqlDocumentStore
Overrides
Section titled “Overrides”KVDocumentStore.constructor
Methods
Section titled “Methods”fromConnectionString()
Section titled “fromConnectionString()”
static
fromConnectionString(options
):AzureCosmosNoSqlDocumentStore
Defined in: .build/typescript/packages/providers/storage/azure/src/docStore/AzureCosmosNoSqlDocumentStore.ts:30
Static method for creating an instance using a connection string.
If no connection string is provided, it will attempt to use the env variable AZURE_COSMOSDB_NOSQL_CONNECTION_STRING
as connection string.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”AzureCosmosNoSqlDocumentStore
Instance of AzureCosmosNoSqlDocumentStore
fromAccountAndKey()
Section titled “fromAccountAndKey()”
static
fromAccountAndKey(options
):AzureCosmosNoSqlDocumentStore
Defined in: .build/typescript/packages/providers/storage/azure/src/docStore/AzureCosmosNoSqlDocumentStore.ts:48
Static method for creating an instance using a account endpoint and key.
If no endpoint and key is provided, it will attempt to use the env variable AZURE_COSMOSDB_NOSQL_ACCOUNT_ENDPOINT
as enpoint and AZURE_COSMOSDB_NOSQL_ACCOUNT_KEY
as key.
Parameters
Section titled “Parameters”options
Section titled “options”AccountAndKeyOptions
= {}
Returns
Section titled “Returns”AzureCosmosNoSqlDocumentStore
Instance of AzureCosmosNoSqlDocumentStore
fromAadToken()
Section titled “fromAadToken()”
static
fromAadToken(options
):AzureCosmosNoSqlDocumentStore
Defined in: .build/typescript/packages/providers/storage/azure/src/docStore/AzureCosmosNoSqlDocumentStore.ts:66
Static method for creating an instance using AAD token.
If no endpoint and credentials are provided, it will attempt to use the env variable AZURE_COSMOSDB_NOSQL_ACCOUNT_ENDPOINT
as endpoint and use DefaultAzureCredential() as credentials.
Parameters
Section titled “Parameters”options
Section titled “options”AadTokenOptions
= {}
Returns
Section titled “Returns”AzureCosmosNoSqlDocumentStore
Instance of AzureCosmosNoSqlDocumentStore