Class TablePerDayStrategy
Inheritance
System.Object
TablePerDayStrategy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class TablePerDayStrategy : IStorageStrategy
Constructors
|
Improve this Doc
View Source
TablePerDayStrategy(String, String, String, String)
Declaration
public TablePerDayStrategy(string byDateNameNamePrefix = "ca", string byDateTableNamePostfix = "bydate", string byCorrelationIdTableNamePrefix = "ca", string byCorrelationIdTableNamePostfix = "bycorrelationid")
Parameters
| Type |
Name |
Description |
| System.String |
byDateNameNamePrefix |
|
| System.String |
byDateTableNamePostfix |
|
| System.String |
byCorrelationIdTableNamePrefix |
|
| System.String |
byCorrelationIdTableNamePostfix |
|
Methods
|
Improve this Doc
View Source
GetPartitionKey(CommandAuditByCorrelationIdItem)
Declaration
public string GetPartitionKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetPartitionKey(CommandAuditByDateDescItem)
Declaration
public string GetPartitionKey(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetRowKey(CommandAuditByCorrelationIdItem)
Declaration
public string GetRowKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetRowKey(CommandAuditByDateDescItem)
Declaration
public string GetRowKey(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetTableName(CommandAuditByCorrelationIdItem)
Declaration
public string GetTableName(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetTableName(CommandAuditByDateDescItem)
Declaration
public string GetTableName(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
| Type |
Description |
| System.String |
|
Implements