CosmosDbCustomClientOptions.DocumentCollectionRequestOptions Property
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.
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.
public Microsoft.Azure.Documents.Client.RequestOptions DocumentCollectionRequestOptions { get; set; }
member this.DocumentCollectionRequestOptions : Microsoft.Azure.Documents.Client.RequestOptions with get, set
Public Property DocumentCollectionRequestOptions As RequestOptions
Property Value
The set of options passed into https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.idocumentclient.createdocumentcollectionifnotexistsasync?view=azure-dotnet.