PhysicalPartitionStorageInfoCollection Class

Definition

List of physical partitions and their properties returned by a merge operation.

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

Properties

PhysicalPartitionStorageInfoCollectionValue

List of physical partitions and their properties.

Explicit Interface Implementations

IJsonModel<PhysicalPartitionStorageInfoCollection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PhysicalPartitionStorageInfoCollection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PhysicalPartitionStorageInfoCollection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PhysicalPartitionStorageInfoCollection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PhysicalPartitionStorageInfoCollection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to