CosmosDbStorageOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. Please use CosmosDbPartitionedStorageOptions with CosmosDbPartitionedStorage instead.
Cosmos DB Storage Options.
[System.Obsolete("This class is deprecated. Please use CosmosDbPartitionedStorageOptions with CosmosDbPartitionedStorage instead.", false)]
public class CosmosDbStorageOptions
[<System.Obsolete("This class is deprecated. Please use CosmosDbPartitionedStorageOptions with CosmosDbPartitionedStorage instead.", false)>]
type CosmosDbStorageOptions = class
Public Class CosmosDbStorageOptions
- Inheritance
-
CosmosDbStorageOptions
- Attributes
Constructors
| CosmosDbStorageOptions() |
Properties
| AuthKey |
Gets or sets the authentication key for Cosmos DB. |
| CollectionId |
Gets or sets the collection identifier. |
| ConnectionPolicyConfigurator |
Gets or sets the connection policy configurator. This action allows you to customise the connection parameters. |
| CosmosDBEndpoint |
Gets or sets the CosmosDB endpoint. |
| DatabaseCreationRequestOptions |
Gets or sets the CosmosDB https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.requestoptions?view=azure-dotnet that are passed when the database is created. Null is the default. |
| DatabaseId |
Gets or sets the database identifier for Cosmos DB instance. |
| DocumentCollectionRequestOptions |
Gets or sets the CosmosDB https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.requestoptions?view=azure-dotnet that are passed when the document collection is created. Null is the default. |
| PartitionKey |
Gets or sets the partitionKey value. |