KeyGeneratorTimeBasedRowKey Method

Generates a timestamp-based unique row key

Definition

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

Parameters

time  DateTimeOffset
The timestamp to use

Return Value

String
A String containing the time formatted YYYYMMDD-HHMMSS plus a six-digit unique hexadecimal number

See Also