PhysicalPartitionThroughputInfoResource Class

Definition

PhysicalPartitionThroughputInfo object.

public class PhysicalPartitionThroughputInfoResource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource>
type PhysicalPartitionThroughputInfoResource = class
    interface IJsonModel<PhysicalPartitionThroughputInfoResource>
    interface IPersistableModel<PhysicalPartitionThroughputInfoResource>
Public Class PhysicalPartitionThroughputInfoResource
Implements IJsonModel(Of PhysicalPartitionThroughputInfoResource), IPersistableModel(Of PhysicalPartitionThroughputInfoResource)
Inheritance
PhysicalPartitionThroughputInfoResource
Implements

Constructors

PhysicalPartitionThroughputInfoResource(String)

Initializes a new instance of PhysicalPartitionThroughputInfoResource.

Properties

Id

Id of a physical partition.

Throughput

Throughput of a physical partition.

Explicit Interface Implementations

IJsonModel<PhysicalPartitionThroughputInfoResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PhysicalPartitionThroughputInfoResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PhysicalPartitionThroughputInfoResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PhysicalPartitionThroughputInfoResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PhysicalPartitionThroughputInfoResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to