Share via


ArmCosmosDBModelFactory.PhysicalPartitionStorageInfo Method

Definition

Initializes a new instance of PhysicalPartitionStorageInfo.

public static Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfo PhysicalPartitionStorageInfo (string id = default, double? storageInKB = default);
static member PhysicalPartitionStorageInfo : string * Nullable<double> -> Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfo
Public Shared Function PhysicalPartitionStorageInfo (Optional id As String = Nothing, Optional storageInKB As Nullable(Of Double) = Nothing) As PhysicalPartitionStorageInfo

Parameters

id
String

The unique identifier of the partition.

storageInKB
Nullable<Double>

The storage in KB for the physical partition.

Returns

A new PhysicalPartitionStorageInfo instance for mocking.

Applies to