ArmCosmosDBModelFactory.PhysicalPartitionStorageInfo Method
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.
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.
Returns
A new PhysicalPartitionStorageInfo instance for mocking.