메소드 | 설명 | |
---|---|---|
AzureTableStorageBrain ( string connectionString, string partitionKey ) : Microsoft.WindowsAzure.Storage | ||
AzureTableStorageBrain ( string accountName, string accountKey, string partitionKey = "Brain" ) : Microsoft.WindowsAzure.Storage | ||
ContainsKey ( string key ) : bool | ||
GetValue ( string key ) : object | ||
RemoveKey ( string key ) : void | ||
SetValue ( string key, object value ) : void |
메소드 | 설명 | |
---|---|---|
GetAzureTableResult ( string key ) : Microsoft.WindowsAzure.Storage.Table.TableResult |
public AzureTableStorageBrain ( string connectionString, string partitionKey ) : Microsoft.WindowsAzure.Storage | ||
connectionString | string | |
partitionKey | string | |
리턴 | Microsoft.WindowsAzure.Storage |
public AzureTableStorageBrain ( string accountName, string accountKey, string partitionKey = "Brain" ) : Microsoft.WindowsAzure.Storage | ||
accountName | string | |
accountKey | string | |
partitionKey | string | |
리턴 | Microsoft.WindowsAzure.Storage |
public SetValue ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |