Key |
public abstract class KeyGenerator
The KeyGenerator type exposes the following members.
Name | Description | |
---|---|---|
KeyGenerator | Initializes a new instance of the KeyGenerator class |
Name | Description | |
---|---|---|
DescendingHour | Gets the DateTimeOffset represented by a key generated using DescendingHourKey(DateTimeOffset). | |
DescendingHourKey | Generates a time-based key useful for partition keys | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
TableNames | Gets the list of Azure table names implied by dateRange | |
TimeBasedRowKey | Generates a timestamp-based unique row key | |
TimeBasedTableName | Generates the Azure table name for a particular DateTimeOffset | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
Validate | Ensures a name is a valid Azure table name | |
ValidRowKey | Strips illegal characters from a RowKey value |
Name | Description | |
---|---|---|
MaximumTimeSearchHours | Gets the maximum range for a time-based search that does not use other parameters |