Interface IStorageStrategy
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IStorageStrategy
Methods
|
Improve this Doc
View Source
GetPartitionKey(CommandAuditByCorrelationIdItem)
Declaration
string GetPartitionKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetPartitionKey(CommandAuditByDateDescItem)
Declaration
string GetPartitionKey(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetRowKey(CommandAuditByCorrelationIdItem)
Declaration
string GetRowKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetRowKey(CommandAuditByDateDescItem)
Declaration
string GetRowKey(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetTableName(CommandAuditByCorrelationIdItem)
Declaration
string GetTableName(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetTableName(CommandAuditByDateDescItem)
Declaration
string GetTableName(CommandAuditByDateDescItem tableEntity)
Parameters
Returns
Type |
Description |
System.String |
|