C# Class TechSmith.Hyde.MemoryStorageAccount.Table

Mostrar archivo Open project: TechSmith/hyde

Public Methods

Method Description
DeepCopy ( ) : Table
GetAllPartitions ( ) : IEnumerable
GetPartition ( string partitionKey ) : Partition

Method Details

DeepCopy() public method

public DeepCopy ( ) : Table
return Table

GetAllPartitions() public method

public GetAllPartitions ( ) : IEnumerable
return IEnumerable

GetPartition() public method

public GetPartition ( string partitionKey ) : Partition
partitionKey string
return Partition