Class CreateUpdateOptions
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput"
public class CreateUpdateOptions
- Inheritance
-
CreateUpdateOptions
- Inherited Members
Constructors
CreateUpdateOptions()
Initializes a new instance of the CreateUpdateOptions class.
public CreateUpdateOptions()
CreateUpdateOptions(IDictionary<string, object>, string)
Initializes a new instance of the CreateUpdateOptions class.
public CreateUpdateOptions(IDictionary<string, object> additionalProperties = null, string throughput = null)
Parameters
additionalProperties
IDictionary<string, object>Unmatched properties from the message are deserialized this collection
throughput
stringRequest Units per second. For example, "throughput": "10000".
Properties
AdditionalProperties
Gets or sets unmatched properties from the message are deserialized this collection
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Throughput
Gets or sets request Units per second. For example, "throughput": "10000".
public string Throughput { get; set; }