KeyGeneratorDescendingHour Method

Gets the DateTimeOffset represented by a key generated using DescendingHourKey(DateTimeOffset).

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public static DateTimeOffset DescendingHour(
	string partitionKey
)

Parameters

partitionKey  String
The partition key to check

Return Value

DateTimeOffset
A DateTimeOffset representing the beginning of the hour nominated by partitionKey

Exceptions

ArgumentExceptionpartitionKey does not represent a descending-hour key

See Also