MongoDBDatabaseSettings.TargetRUs Property

Definition

The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets.

public int? TargetRUs { get; set; }
member this.TargetRUs : Nullable<int> with get, set
Public Property TargetRUs As Nullable(Of Integer)

Property Value

Applies to