CosmosDbCustomClientOptions Class

Definition

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.

Applies to