Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + type ClientAPI interface + Append func(ctx context.Context, accountName string, directFilePath string, ...) (result autorest.Response, err error) + CheckAccess func(ctx context.Context, accountName string, pathParameter string, fsaction string) (result autorest.Response, err error) + Concat func(ctx context.Context, accountName string, destinationPath string, ...) (result autorest.Response, err error) + ConcurrentAppend func(ctx context.Context, accountName string, filePath string, ...) (result autorest.Response, err error) + Create func(ctx context.Context, accountName string, directFilePath string, ...) (result autorest.Response, err error) + Delete func(ctx context.Context, accountName string, filePath string, recursive *bool) (result filesystem.FileOperationResult, err error) + Flush func(ctx context.Context, accountName string, flushFilePath string) (result autorest.Response, err error) + GetACLStatus func(ctx context.Context, accountName string, ACLFilePath string) (result filesystem.ACLStatusResult, err error) + GetContentSummary func(ctx context.Context, accountName string, getContentSummaryFilePath string) (result filesystem.ContentSummaryResult, err error) + GetFileStatus func(ctx context.Context, accountName string, getFilePath string) (result filesystem.FileStatusResult, err error) + ListFileStatus func(ctx context.Context, accountName string, listFilePath string, listSize *int32, ...) (result filesystem.FileStatusesResult, err error) + Mkdirs func(ctx context.Context, accountName string, pathParameter string) (result filesystem.FileOperationResult, err error) + ModifyACLEntries func(ctx context.Context, accountName string, modifyACLFilePath string, ...) (result autorest.Response, err error) + MsConcat func(ctx context.Context, accountName string, msConcatDestinationPath string, ...) (result autorest.Response, err error) + Open func(ctx context.Context, accountName string, directFilePath string, length *int64, ...) (result filesystem.ReadCloser, err error) + RemoveACL func(ctx context.Context, accountName string, ACLFilePath string) (result autorest.Response, err error) + RemoveACLEntries func(ctx context.Context, accountName string, removeACLFilePath string, ...) (result autorest.Response, err error) + RemoveDefaultACL func(ctx context.Context, accountName string, defaultACLFilePath string) (result autorest.Response, err error) + Rename func(ctx context.Context, accountName string, renameFilePath string, ...) (result filesystem.FileOperationResult, err error) + SetACL func(ctx context.Context, accountName string, setACLFilePath string, aclspec string) (result autorest.Response, err error) + SetFileExpiry func(ctx context.Context, accountName string, filePath string, ...) (result autorest.Response, err error) + SetOwner func(ctx context.Context, accountName string, setOwnerFilePath string, owner string, ...) (result autorest.Response, err error) + SetPermission func(ctx context.Context, accountName string, setPermissionFilePath string, ...) (result autorest.Response, err error)