Method | Description | |
---|---|---|
AddAccount ( CloudStorageAccount account ) : IHydra | ||
Create ( ) : IHydra | ||
Create ( ISharding sharding ) : IHydra | ||
Create ( ISharding sharding, IEnumerable |
||
CreateAnalyticsClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Analytics.CloudAnalyticsClient | ||
CreateBlobClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient | ||
CreateQueueClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueueClient | ||
CreateTableClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Table.CloudTableClient | ||
SetSharding ( ISharding sharding ) : IHydra |
Method | Description | |
---|---|---|
PickShard ( String shardingKey ) : Shard |
public AddAccount ( CloudStorageAccount account ) : IHydra | ||
account | CloudStorageAccount | |
return | IHydra |
public static Create ( ISharding sharding ) : IHydra | ||
sharding | ISharding | |
return | IHydra |
public static Create ( ISharding sharding, IEnumerable |
||
sharding | ISharding | |
accounts | IEnumerable |
|
return | IHydra |
public CreateAnalyticsClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Analytics.CloudAnalyticsClient | ||
shardingKey | String | |
return | Microsoft.WindowsAzure.Storage.Analytics.CloudAnalyticsClient |
public CreateBlobClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient | ||
shardingKey | String | |
return | Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient |
public CreateQueueClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueueClient | ||
shardingKey | String | |
return | Microsoft.WindowsAzure.Storage.Queue.CloudQueueClient |
public CreateTableClient ( String shardingKey ) : Microsoft.WindowsAzure.Storage.Table.CloudTableClient | ||
shardingKey | String | |
return | Microsoft.WindowsAzure.Storage.Table.CloudTableClient |
public SetSharding ( ISharding sharding ) : IHydra | ||
sharding | ISharding | |
return | IHydra |