ExtendedThroughputSettingsResourceInfo Class
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 ExtendedThroughputSettingsResourceInfo.
public class ExtendedThroughputSettingsResourceInfo : Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedThroughputSettingsResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedThroughputSettingsResourceInfo>
type ExtendedThroughputSettingsResourceInfo = class
inherit ThroughputSettingsResourceInfo
interface IJsonModel<ExtendedThroughputSettingsResourceInfo>
interface IPersistableModel<ExtendedThroughputSettingsResourceInfo>
Public Class ExtendedThroughputSettingsResourceInfo
Inherits ThroughputSettingsResourceInfo
Implements IJsonModel(Of ExtendedThroughputSettingsResourceInfo), IPersistableModel(Of ExtendedThroughputSettingsResourceInfo)
- Inheritance
- Implements
Constructors
ExtendedThroughputSettingsResourceInfo() |
Initializes a new instance of ExtendedThroughputSettingsResourceInfo. |
Properties
AutoscaleSettings |
Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both. (Inherited from ThroughputSettingsResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
InstantMaximumThroughput |
The offer throughput value to instantly scale up without triggering splits. (Inherited from ThroughputSettingsResourceInfo) |
MinimumThroughput |
The minimum throughput of the resource. (Inherited from ThroughputSettingsResourceInfo) |
OfferReplacePending |
The throughput replace is pending. (Inherited from ThroughputSettingsResourceInfo) |
Rid |
A system generated property. A unique identifier. |
SoftAllowedMaximumThroughput |
The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified. (Inherited from ThroughputSettingsResourceInfo) |
Throughput |
Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both. (Inherited from ThroughputSettingsResourceInfo) |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ThroughputSettingsResourceInfo) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET