Show / Hide Table of Contents

Class TablePerDayStrategy

Inheritance
System.Object
TablePerDayStrategy
Implements
IStorageStrategy
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()
Namespace: AzureFromTheTrenches.Commanding.AzureStorage.Strategies
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
Type Name Description
CommandAuditByCorrelationIdItem tableEntity
Returns
Type Description
System.String
| Improve this Doc View Source

GetPartitionKey(CommandAuditByDateDescItem)

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

GetRowKey(CommandAuditByCorrelationIdItem)

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

GetRowKey(CommandAuditByDateDescItem)

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

GetTableName(CommandAuditByCorrelationIdItem)

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

GetTableName(CommandAuditByDateDescItem)

Declaration
public string GetTableName(CommandAuditByDateDescItem tableEntity)
Parameters
Type Name Description
CommandAuditByDateDescItem tableEntity
Returns
Type Description
System.String

Implements

IStorageStrategy
  • Improve this Doc
  • View Source
Back to top Generated by DocFX