Show / Hide Table of Contents

Interface IStorageStrategy

Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IStorageStrategy

Methods

| Improve this Doc View Source

GetPartitionKey(CommandAuditByCorrelationIdItem)

Declaration
string GetPartitionKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Type Name Description
CommandAuditByCorrelationIdItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetPartitionKey(CommandAuditByDateDescItem)

Declaration
string GetPartitionKey(CommandAuditByDateDescItem tableEntity)
Parameters
Type Name Description
CommandAuditByDateDescItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetRowKey(CommandAuditByCorrelationIdItem)

Declaration
string GetRowKey(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Type Name Description
CommandAuditByCorrelationIdItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetRowKey(CommandAuditByDateDescItem)

Declaration
string GetRowKey(CommandAuditByDateDescItem tableEntity)
Parameters
Type Name Description
CommandAuditByDateDescItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetTableName(CommandAuditByCorrelationIdItem)

Declaration
string GetTableName(CommandAuditByCorrelationIdItem tableEntity)
Parameters
Type Name Description
CommandAuditByCorrelationIdItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetTableName(CommandAuditByDateDescItem)

Declaration
string GetTableName(CommandAuditByDateDescItem tableEntity)
Parameters
Type Name Description
CommandAuditByDateDescItem tableEntity
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall