CosmosOptions.DatabaseThroughput 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.
Database configured throughput. If set to null
, which is the default value, it will not be configured.
public int? DatabaseThroughput { get; set; }
member this.DatabaseThroughput : Nullable<int> with get, set
Public Property DatabaseThroughput As Nullable(Of Integer)