RetrieveThroughputPropertiesResource 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.
Resource to retrieve throughput information for Cosmos DB resource.
public class RetrieveThroughputPropertiesResource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.RetrieveThroughputPropertiesResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.RetrieveThroughputPropertiesResource>
type RetrieveThroughputPropertiesResource = class
interface IJsonModel<RetrieveThroughputPropertiesResource>
interface IPersistableModel<RetrieveThroughputPropertiesResource>
Public Class RetrieveThroughputPropertiesResource
Implements IJsonModel(Of RetrieveThroughputPropertiesResource), IPersistableModel(Of RetrieveThroughputPropertiesResource)
- Inheritance
-
RetrieveThroughputPropertiesResource
- Implements
Constructors
RetrieveThroughputPropertiesResource(IEnumerable<WritableSubResource>) |
Initializes a new instance of RetrieveThroughputPropertiesResource. |
Properties
PhysicalPartitionIds |
Array of PhysicalPartitionId objects. |
Explicit Interface Implementations
IJsonModel<RetrieveThroughputPropertiesResource>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RetrieveThroughputPropertiesResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RetrieveThroughputPropertiesResource>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RetrieveThroughputPropertiesResource>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RetrieveThroughputPropertiesResource>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET