KeyGeneratorTimeBasedTableName Method
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public static string TimeBasedTableName(
string baseTableName,
DateTimeOffset date
)
- baseTableName String
- The root Azure table name to use
- date DateTimeOffset
- The DateTimeOffset of the entity
to be stored
StringA
String containing the Azure table name to use
The table name will be the baseTableName plus the year and month (UTC)
of date.