Show / Hide Table of Contents

Class SingleTableStrategy

Inheritance
System.Object
SingleTableStrategy
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 SingleTableStrategy : IStorageStrategy

Constructors

| Improve this Doc View Source

SingleTableStrategy(String, String)

Declaration
public SingleTableStrategy(string byDateDescTableName = "commandauditbydate", string byCorrelationIdTableName = "commandauditbycorrelationid")
Parameters
Type Name Description
System.String byDateDescTableName
System.String byCorrelationIdTableName

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