PlanetaryComputerModelFactory.PartitionKind 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.
Defines how data is partitioned for efficient storage and retrieval.
public static Azure.Analytics.PlanetaryComputer.PartitionKind PartitionKind(Azure.Analytics.PlanetaryComputer.PartitionKindScheme? scheme = default);
static member PartitionKind : Nullable<Azure.Analytics.PlanetaryComputer.PartitionKindScheme> -> Azure.Analytics.PlanetaryComputer.PartitionKind
Public Shared Function PartitionKind (Optional scheme As Nullable(Of PartitionKindScheme) = Nothing) As PartitionKind
Parameters
- scheme
- Nullable<PartitionKindScheme>
Partitioning scheme to use for data organization.
Returns
A new PartitionKind instance for mocking.