MongoDbDatabaseSettings.TargetRUs 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 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