tablestorage

package
v0.0.0-...-da4f7c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2018 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

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 (*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 *TableStorage) InsertOrMergeEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)

func (*TableStorage) InsertOrReplaceEntity

func (tableStorage *TableStorage) InsertOrReplaceEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)

func (*TableStorage) MergeEntity

func (tableStorage *TableStorage) MergeEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)

func (*TableStorage) QueryEntities

func (tableStorage *TableStorage) QueryEntities(tableName string, selects string, filter string, top string) (body []byte, httpStatusCode int)

func (*TableStorage) QueryEntity

func (tableStorage *TableStorage) QueryEntity(tableName string, partitionKey string, rowKey string, selects string) (body []byte, httpStatusCode int)

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

func (tableStorage *TableStorage) UpdateEntity(tableName string, partitionKey string, rowKey string, json []byte) (httpStatusCode int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL