PartitionKindScheme Struct

Definition

Defines partitioning schemes for temporal data organization.

public readonly struct PartitionKindScheme : IEquatable<Azure.Analytics.PlanetaryComputer.PartitionKindScheme>
type PartitionKindScheme = struct
Public Structure PartitionKindScheme
Implements IEquatable(Of PartitionKindScheme)
Inheritance
PartitionKindScheme
Implements

Constructors

Name Description
PartitionKindScheme(String)

Initializes a new instance of PartitionKindScheme.

Properties

Name Description
Month

Partition data by month.

None

No partitioning.

Year

Partition data by year.

Methods

Name Description
Equals(PartitionKindScheme)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(PartitionKindScheme, PartitionKindScheme)

Determines if two PartitionKindScheme values are the same.

Implicit(String to Nullable<PartitionKindScheme>)
Implicit(String to PartitionKindScheme)

Converts a string to a PartitionKindScheme.

Inequality(PartitionKindScheme, PartitionKindScheme)

Determines if two PartitionKindScheme values are not the same.

Applies to