Documentation ¶
Index ¶
- type DataPlaneStorageContainerWrapper
- func (w DataPlaneStorageContainerWrapper) Create(ctx context.Context, containerName string, input containers.CreateInput) error
- func (w DataPlaneStorageContainerWrapper) Delete(ctx context.Context, containerName string) error
- func (w DataPlaneStorageContainerWrapper) Exists(ctx context.Context, containerName string) (*bool, error)
- func (w DataPlaneStorageContainerWrapper) Get(ctx context.Context, containerName string) (*StorageContainerProperties, error)
- func (w DataPlaneStorageContainerWrapper) UpdateAccessLevel(ctx context.Context, containerName string, level containers.AccessLevel) error
- func (w DataPlaneStorageContainerWrapper) UpdateMetaData(ctx context.Context, containerName string, metaData map[string]string) error
- type DataPlaneStorageQueueWrapper
- func (w DataPlaneStorageQueueWrapper) Create(ctx context.Context, queueName string, metaData map[string]string) error
- func (w DataPlaneStorageQueueWrapper) Delete(ctx context.Context, queueName string) error
- func (w DataPlaneStorageQueueWrapper) Exists(ctx context.Context, queueName string) (*bool, error)
- func (w DataPlaneStorageQueueWrapper) Get(ctx context.Context, queueName string) (*StorageQueueProperties, error)
- func (w DataPlaneStorageQueueWrapper) GetServiceProperties(ctx context.Context) (*queues.StorageServiceProperties, error)
- func (w DataPlaneStorageQueueWrapper) UpdateMetaData(ctx context.Context, queueName string, metaData map[string]string) error
- func (w DataPlaneStorageQueueWrapper) UpdateServiceProperties(ctx context.Context, properties queues.StorageServiceProperties) error
- type DataPlaneStorageShareWrapper
- func (w DataPlaneStorageShareWrapper) Create(ctx context.Context, shareName string, input shares.CreateInput) error
- func (w DataPlaneStorageShareWrapper) Delete(ctx context.Context, shareName string) error
- func (w DataPlaneStorageShareWrapper) Exists(ctx context.Context, shareName string) (*bool, error)
- func (w DataPlaneStorageShareWrapper) Get(ctx context.Context, shareName string) (*StorageShareProperties, error)
- func (w DataPlaneStorageShareWrapper) UpdateACLs(ctx context.Context, shareName string, input shares.SetAclInput) error
- func (w DataPlaneStorageShareWrapper) UpdateMetaData(ctx context.Context, shareName string, metaData map[string]string) error
- func (w DataPlaneStorageShareWrapper) UpdateQuota(ctx context.Context, shareName string, quotaGB int) error
- func (w DataPlaneStorageShareWrapper) UpdateTier(ctx context.Context, shareName string, tier shares.AccessTier) error
- type DataPlaneStorageTableWrapper
- func (w DataPlaneStorageTableWrapper) Create(ctx context.Context, tableName string) error
- func (w DataPlaneStorageTableWrapper) Delete(ctx context.Context, tableName string) error
- func (w DataPlaneStorageTableWrapper) Exists(ctx context.Context, tableName string) (*bool, error)
- func (w DataPlaneStorageTableWrapper) GetACLs(ctx context.Context, tableName string) (*[]tables.SignedIdentifier, error)
- func (w DataPlaneStorageTableWrapper) UpdateACLs(ctx context.Context, tableName string, acls []tables.SignedIdentifier) error
- type StorageContainerProperties
- type StorageContainerWrapper
- type StorageQueueProperties
- type StorageQueuesWrapper
- type StorageShareProperties
- type StorageShareWrapper
- type StorageTableWrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataPlaneStorageContainerWrapper ¶
type DataPlaneStorageContainerWrapper struct {
// contains filtered or unexported fields
}
func (DataPlaneStorageContainerWrapper) Create ¶
func (w DataPlaneStorageContainerWrapper) Create(ctx context.Context, containerName string, input containers.CreateInput) error
func (DataPlaneStorageContainerWrapper) Delete ¶
func (w DataPlaneStorageContainerWrapper) Delete(ctx context.Context, containerName string) error
func (DataPlaneStorageContainerWrapper) Get ¶
func (w DataPlaneStorageContainerWrapper) Get(ctx context.Context, containerName string) (*StorageContainerProperties, error)
func (DataPlaneStorageContainerWrapper) UpdateAccessLevel ¶
func (w DataPlaneStorageContainerWrapper) UpdateAccessLevel(ctx context.Context, containerName string, level containers.AccessLevel) error
func (DataPlaneStorageContainerWrapper) UpdateMetaData ¶
type DataPlaneStorageQueueWrapper ¶
type DataPlaneStorageQueueWrapper struct {
// contains filtered or unexported fields
}
func (DataPlaneStorageQueueWrapper) Delete ¶
func (w DataPlaneStorageQueueWrapper) Delete(ctx context.Context, queueName string) error
func (DataPlaneStorageQueueWrapper) Get ¶
func (w DataPlaneStorageQueueWrapper) Get(ctx context.Context, queueName string) (*StorageQueueProperties, error)
func (DataPlaneStorageQueueWrapper) GetServiceProperties ¶
func (w DataPlaneStorageQueueWrapper) GetServiceProperties(ctx context.Context) (*queues.StorageServiceProperties, error)
func (DataPlaneStorageQueueWrapper) UpdateMetaData ¶
func (DataPlaneStorageQueueWrapper) UpdateServiceProperties ¶
func (w DataPlaneStorageQueueWrapper) UpdateServiceProperties(ctx context.Context, properties queues.StorageServiceProperties) error
type DataPlaneStorageShareWrapper ¶
type DataPlaneStorageShareWrapper struct {
// contains filtered or unexported fields
}
func (DataPlaneStorageShareWrapper) Create ¶
func (w DataPlaneStorageShareWrapper) Create(ctx context.Context, shareName string, input shares.CreateInput) error
func (DataPlaneStorageShareWrapper) Delete ¶
func (w DataPlaneStorageShareWrapper) Delete(ctx context.Context, shareName string) error
func (DataPlaneStorageShareWrapper) Get ¶
func (w DataPlaneStorageShareWrapper) Get(ctx context.Context, shareName string) (*StorageShareProperties, error)
func (DataPlaneStorageShareWrapper) UpdateACLs ¶
func (w DataPlaneStorageShareWrapper) UpdateACLs(ctx context.Context, shareName string, input shares.SetAclInput) error
func (DataPlaneStorageShareWrapper) UpdateMetaData ¶
func (DataPlaneStorageShareWrapper) UpdateQuota ¶
func (DataPlaneStorageShareWrapper) UpdateTier ¶
func (w DataPlaneStorageShareWrapper) UpdateTier(ctx context.Context, shareName string, tier shares.AccessTier) error
type DataPlaneStorageTableWrapper ¶
type DataPlaneStorageTableWrapper struct {
// contains filtered or unexported fields
}
func (DataPlaneStorageTableWrapper) Create ¶
func (w DataPlaneStorageTableWrapper) Create(ctx context.Context, tableName string) error
func (DataPlaneStorageTableWrapper) Delete ¶
func (w DataPlaneStorageTableWrapper) Delete(ctx context.Context, tableName string) error
func (DataPlaneStorageTableWrapper) GetACLs ¶
func (w DataPlaneStorageTableWrapper) GetACLs(ctx context.Context, tableName string) (*[]tables.SignedIdentifier, error)
func (DataPlaneStorageTableWrapper) UpdateACLs ¶
func (w DataPlaneStorageTableWrapper) UpdateACLs(ctx context.Context, tableName string, acls []tables.SignedIdentifier) error
type StorageContainerProperties ¶
type StorageContainerProperties struct { AccessLevel containers.AccessLevel DefaultEncryptionScope string EncryptionScopeOverrideDisabled bool MetaData map[string]string HasImmutabilityPolicy bool HasLegalHold bool }
type StorageContainerWrapper ¶
type StorageContainerWrapper interface { Create(ctx context.Context, containerName string, input containers.CreateInput) error Delete(ctx context.Context, containerName string) error Exists(ctx context.Context, containerName string) (*bool, error) Get(ctx context.Context, containerName string) (*StorageContainerProperties, error) UpdateAccessLevel(ctx context.Context, containerName string, level containers.AccessLevel) error UpdateMetaData(ctx context.Context, containerName string, metaData map[string]string) error }
func NewDataPlaneStorageContainerWrapper ¶
func NewDataPlaneStorageContainerWrapper(client *containers.Client) StorageContainerWrapper
type StorageQueueProperties ¶
type StorageQueuesWrapper ¶
type StorageQueuesWrapper interface { Create(ctx context.Context, queueName string, metaData map[string]string) error Delete(ctx context.Context, queueName string) error Exists(ctx context.Context, queueName string) (*bool, error) Get(ctx context.Context, queueName string) (*StorageQueueProperties, error) GetServiceProperties(ctx context.Context) (*queues.StorageServiceProperties, error) UpdateMetaData(ctx context.Context, queueName string, metaData map[string]string) error UpdateServiceProperties(ctx context.Context, properties queues.StorageServiceProperties) error }
func NewDataPlaneStorageQueueWrapper ¶
func NewDataPlaneStorageQueueWrapper(client *queues.Client) StorageQueuesWrapper
type StorageShareProperties ¶
type StorageShareProperties struct {}
type StorageShareWrapper ¶
type StorageShareWrapper interface {}
func NewDataPlaneStorageShareWrapper ¶
func NewDataPlaneStorageShareWrapper(client *shares.Client) StorageShareWrapper
type StorageTableWrapper ¶
type StorageTableWrapper interface { Create(ctx context.Context, tableName string) error Delete(ctx context.Context, tableName string) error Exists(ctx context.Context, tableName string) (*bool, error) GetACLs(ctx context.Context, tableName string) (*[]tables.SignedIdentifier, error) UpdateACLs(ctx context.Context, tableName string, acls []tables.SignedIdentifier) error }
func NewDataPlaneStorageTableWrapper ¶
func NewDataPlaneStorageTableWrapper(client *tables.Client) StorageTableWrapper
Click to show internal directories.
Click to hide internal directories.