ICosmosDbSettings.CollectionsThroughput 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.
The throughput of the collections in cosmosdb database
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The throughput of the collections in cosmosdb database", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="collectionsThroughput")]
public int? CollectionsThroughput { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The throughput of the collections in cosmosdb database", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="collectionsThroughput")>]
member this.CollectionsThroughput : Nullable<int> with get, set
Public Property CollectionsThroughput As Nullable(Of Integer)
Property Value
- Attributes