MongoDbDatabaseSettings.TargetRUs Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="targetRUs")]
public int? TargetRUs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetRUs")>]
member this.TargetRUs : Nullable<int> with get, set
Public Property TargetRUs As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to