Skip to main content

DateRangePartition

  • Namespace: PPDS.Dataverse.Query.Planning.Partitioning
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

A single date range partition with non-overlapping boundaries. Start is inclusive, End is exclusive: [Start, End).

Members

Constructors

DateRangePartition(DateTime start, DateTime end, int index)

DateRangePartition(DateTime start, DateTime end, int index)

Initializes a new instance of the PPDS.Dataverse.Query.Planning.Partitioning.DateRangePartition class.

Properties

End

DateTime End { get; }

Exclusive end of the date range.

Index

int Index { get; }

Zero-based index of this partition.

Start

DateTime Start { get; }

Inclusive start of the date range.