MongoDBCollectionSettings.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.
The RUs that should be configured on a CosmosDB target, or null to use the default. 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)