コード例 #1
0
        public PerformanceLogDataSource()
        {
            ServiceContext = new PerformanceLogContext(AzureHelper.StorageAccount.TableEndpoint.ToString(), AzureHelper.StorageAccount.Credentials);

            AzureHelper.StorageAccount.CreateCloudTableClient().CreateTableIfNotExist(PerformanceLogContext.PerformanceLogTableName);
        }
コード例 #2
0
        public PerformanceLogDataSource()
        {
            ServiceContext = new PerformanceLogContext(AzureHelper.StorageAccount.TableEndpoint.ToString(), AzureHelper.StorageAccount.Credentials);

            AzureHelper.StorageAccount.CreateCloudTableClient().CreateTableIfNotExist(PerformanceLogContext.PerformanceLogTableName);
        }