KeyGeneratorDescendingHourKey Method

Generates a time-based key useful for partition keys

Definition

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

Parameters

time  DateTimeOffset
The timestamp to use

Return Value

String
A string containing the number of hours until MaxValue

See Also