Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceClientAPI ¶
type ServiceClientAPI interface { GetProperties(ctx context.Context, timeout *int32, requestID string) (result storagetables.TableServiceProperties, err error) GetStatistics(ctx context.Context, timeout *int32, requestID string) (result storagetables.TableServiceStats, err error) SetProperties(ctx context.Context, tableServiceProperties storagetables.TableServiceProperties, timeout *int32, requestID string) (result autorest.Response, err error) }
ServiceClientAPI contains the set of methods on the ServiceClient type.
type TableClientAPI ¶
type TableClientAPI interface { Create(ctx context.Context, tableProperties storagetables.TableProperties, requestID string, formatParameter storagetables.OdataMetadataFormat, responsePreference storagetables.ResponseFormat) (result storagetables.TableResponse, err error) Delete(ctx context.Context, table string, requestID string) (result autorest.Response, err error) DeleteEntity(ctx context.Context, table string, partitionKey string, rowKey string, ifMatch string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat) (result autorest.Response, err error) GetAccessPolicy(ctx context.Context, table string, timeout *int32, requestID string) (result storagetables.ListSignedIdentifier, err error) InsertEntity(ctx context.Context, table string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat, tableEntityProperties map[string]interface{}, responsePreference storagetables.ResponseFormat) (result storagetables.SetSetObject, err error) MergeEntity(ctx context.Context, table string, partitionKey string, rowKey string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat, tableEntityProperties map[string]interface{}, ifMatch string) (result autorest.Response, err error) Query(ctx context.Context, requestID string, formatParameter storagetables.OdataMetadataFormat, top *int32, selectParameter string, filter string, nextTableName string) (result storagetables.TableQueryResponse, err error) QueryEntities(ctx context.Context, table string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat, top *int32, selectParameter string, filter string, nextPartitionKey string, nextRowKey string) (result storagetables.TableEntityQueryResponse, err error) QueryEntitiesWithPartitionAndRowKey(ctx context.Context, table string, partitionKey string, rowKey string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat, selectParameter string, filter string) (result storagetables.TableEntityQueryResponse, err error) SetAccessPolicy(ctx context.Context, table string, tableACL []storagetables.SignedIdentifier, timeout *int32, requestID string) (result autorest.Response, err error) UpdateEntity(ctx context.Context, table string, partitionKey string, rowKey string, timeout *int32, requestID string, formatParameter storagetables.OdataMetadataFormat, tableEntityProperties map[string]interface{}, ifMatch string) (result autorest.Response, err error) }
TableClientAPI contains the set of methods on the TableClient type.
Click to show internal directories.
Click to hide internal directories.