CosmosDbCustomClientOptions 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.
CosmosDB options for custom client.
public class CosmosDbCustomClientOptions
type CosmosDbCustomClientOptions = class
Public Class CosmosDbCustomClientOptions
- Inheritance
-
CosmosDbCustomClientOptions
Constructors
| CosmosDbCustomClientOptions() |
Properties
| CollectionId |
Gets or sets the collection identifier. |
| 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. |