Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type DataLakeStorageError
- type DataLakeStorageErrorError
- type Filesystem
- type FilesystemClient
- type FilesystemList
- type Path
- type PathClient
- type PathGetPropertiesAction
- type PathLeaseAction
- type PathList
- type PathRenameMode
- type PathResourceType
- type PathUpdateAction
- type ReadCloser
Constants ¶
View Source
const (
DefaultDNSSuffix = original.DefaultDNSSuffix
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(xMsVersion string, accountName string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(xMsVersion string, accountName string, dNSSuffix string) BaseClient
type DataLakeStorageError ¶
type DataLakeStorageError = original.DataLakeStorageError
type DataLakeStorageErrorError ¶
type DataLakeStorageErrorError = original.DataLakeStorageErrorError
type Filesystem ¶
type Filesystem = original.Filesystem
type FilesystemClient ¶
type FilesystemClient = original.FilesystemClient
func NewFilesystemClient ¶
func NewFilesystemClient(xMsVersion string, accountName string) FilesystemClient
type FilesystemList ¶
type FilesystemList = original.FilesystemList
type PathClient ¶
type PathClient = original.PathClient
func NewPathClient ¶
func NewPathClient(xMsVersion string, accountName string) PathClient
type PathGetPropertiesAction ¶
type PathGetPropertiesAction = original.PathGetPropertiesAction
const ( GetAccessControl PathGetPropertiesAction = original.GetAccessControl GetStatus PathGetPropertiesAction = original.GetStatus )
func PossiblePathGetPropertiesActionValues ¶
func PossiblePathGetPropertiesActionValues() []PathGetPropertiesAction
type PathLeaseAction ¶
type PathLeaseAction = original.PathLeaseAction
const ( Acquire PathLeaseAction = original.Acquire Break PathLeaseAction = original.Break Change PathLeaseAction = original.Change Release PathLeaseAction = original.Release Renew PathLeaseAction = original.Renew )
func PossiblePathLeaseActionValues ¶
func PossiblePathLeaseActionValues() []PathLeaseAction
type PathRenameMode ¶
type PathRenameMode = original.PathRenameMode
const ( Legacy PathRenameMode = original.Legacy Posix PathRenameMode = original.Posix )
func PossiblePathRenameModeValues ¶
func PossiblePathRenameModeValues() []PathRenameMode
type PathResourceType ¶
type PathResourceType = original.PathResourceType
const ( Directory PathResourceType = original.Directory File PathResourceType = original.File )
func PossiblePathResourceTypeValues ¶
func PossiblePathResourceTypeValues() []PathResourceType
type PathUpdateAction ¶
type PathUpdateAction = original.PathUpdateAction
const ( Append PathUpdateAction = original.Append Flush PathUpdateAction = original.Flush SetAccessControl PathUpdateAction = original.SetAccessControl SetProperties PathUpdateAction = original.SetProperties )
func PossiblePathUpdateActionValues ¶
func PossiblePathUpdateActionValues() []PathUpdateAction
type ReadCloser ¶
type ReadCloser = original.ReadCloser
Click to show internal directories.
Click to hide internal directories.