Documentation ¶
Index ¶
- type CreateTableArgs
- type TableStorage
- func (tableStorage *TableStorage) CreateTable(tableName string) (httpStatusCode int)
- func (tableStorage *TableStorage) DeleteEntity(tableName string, partitionKey string, rowKey string) (httpStatusCode int)
- func (tableStorage *TableStorage) DeleteTable(tableName string) (httpStatusCode int)
- func (tableStorage *TableStorage) GetTableACL(tableName string) (signedIdentifiers *gohaveazurestoragecommon.SignedIdentifiers, ...)
- func (tableStorage *TableStorage) GetTableServiceProperties() (storageServiceProperties *gohaveazurestoragecommon.StorageServiceProperties, ...)
- func (tableStorage *TableStorage) GetTableServiceStats() (storageServiceStats *gohaveazurestoragecommon.StorageServiceStats, ...)
- func (tableStorage *TableStorage) InsertEntity(tableName string, json []byte) (httpStatusCode int)
- func (tableStorage *TableStorage) InsertOrMergeEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)
- func (tableStorage *TableStorage) InsertOrReplaceEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)
- func (tableStorage *TableStorage) MergeEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)
- func (tableStorage *TableStorage) QueryEntities(tableName string, selects string, filter string, top string) (body []byte, httpStatusCode int)
- func (tableStorage *TableStorage) QueryEntity(tableName string, partitionKey string, rowKey string, selects string) (body []byte, httpStatusCode int)
- func (tableStorage *TableStorage) QueryTables() (body []byte, httpStatusCode int)
- func (tableStorage *TableStorage) SetTableACL(tableName string, ...) (httpStatusCode int)
- func (tableStorage *TableStorage) SetTableServiceProperties(storageServiceProperties *gohaveazurestoragecommon.StorageServiceProperties) (httpStatusCode int)
- func (tableStorage *TableStorage) UpdateEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTableArgs ¶
type CreateTableArgs struct {
TableName string
}
type TableStorage ¶
type TableStorage struct {
// contains filtered or unexported fields
}
func New ¶
func New(http *gohaveazurestoragecommon.HTTP) *TableStorage
func (*TableStorage) CreateTable ¶
func (tableStorage *TableStorage) CreateTable(tableName string) (httpStatusCode int)
func (*TableStorage) DeleteEntity ¶
func (tableStorage *TableStorage) DeleteEntity(tableName string, partitionKey string, rowKey string) (httpStatusCode int)
func (*TableStorage) DeleteTable ¶
func (tableStorage *TableStorage) DeleteTable(tableName string) (httpStatusCode int)
func (*TableStorage) GetTableACL ¶
func (tableStorage *TableStorage) GetTableACL(tableName string) (signedIdentifiers *gohaveazurestoragecommon.SignedIdentifiers, httpStatusCode int)
func (*TableStorage) GetTableServiceProperties ¶
func (tableStorage *TableStorage) GetTableServiceProperties() (storageServiceProperties *gohaveazurestoragecommon.StorageServiceProperties, httpStatusCode int)
func (*TableStorage) GetTableServiceStats ¶
func (tableStorage *TableStorage) GetTableServiceStats() (storageServiceStats *gohaveazurestoragecommon.StorageServiceStats, httpStatusCode int)
func (*TableStorage) InsertEntity ¶
func (tableStorage *TableStorage) InsertEntity(tableName string, json []byte) (httpStatusCode int)
func (*TableStorage) InsertOrMergeEntity ¶
func (*TableStorage) InsertOrReplaceEntity ¶
func (*TableStorage) MergeEntity ¶
func (*TableStorage) QueryEntities ¶
func (*TableStorage) QueryEntity ¶
func (*TableStorage) QueryTables ¶
func (tableStorage *TableStorage) QueryTables() (body []byte, httpStatusCode int)
func (*TableStorage) SetTableACL ¶
func (tableStorage *TableStorage) SetTableACL(tableName string, signedIdentifiers *gohaveazurestoragecommon.SignedIdentifiers) (httpStatusCode int)
func (*TableStorage) SetTableServiceProperties ¶
func (tableStorage *TableStorage) SetTableServiceProperties(storageServiceProperties *gohaveazurestoragecommon.StorageServiceProperties) (httpStatusCode int)
func (*TableStorage) UpdateEntity ¶
Click to show internal directories.
Click to hide internal directories.