...

Package storagedatalake

import "github.com/Azure/azure-sdk-for-go/profiles/latest/storage/datalake/storagedatalake"
Overview
Index
Subdirectories

Overview ▾

Constants

const (
    DefaultDNSSuffix = original.DefaultDNSSuffix
)

func UserAgent

func UserAgent() string

func Version

func Version() string

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 Path

type Path = original.Path

type PathClient

type PathClient = original.PathClient

func NewPathClient

func NewPathClient(xMsVersion string, accountName string) PathClient

type PathGetPropertiesAction

type PathGetPropertiesAction = original.PathGetPropertiesAction
const (
    CheckAccess      PathGetPropertiesAction = original.CheckAccess
    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 PathList

type PathList = original.PathList

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

Subdirectories

Name Synopsis
..
storagedatalakeapi