package
12.5.0-beta+incompatible
Repository: https://github.com/scott-the-programmer/azure-sdk-for-go.git
Documentation: pkg.go.dev

# Functions

New creates an instance of the ManagementClient client.
NewGroupClient creates an instance of the GroupClient client.
NewWithoutDefaults creates an instance of the ManagementClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.

# Constants

Absolute specifies the absolute state for expiry option type.
Autocreate specifies the autocreate state for append mode type.
CLOSE specifies the close state for sync flag.
DATA specifies the data state for sync flag.
DefaultAdlsFileSystemDNSSuffix is the default value for adls file system dns suffix.
DIRECTORY specifies the directory state for file type.
ExceptionAccessControlException specifies the exception access control exception state for exception.
ExceptionBadOffsetException specifies the exception bad offset exception state for exception.
ExceptionFileAlreadyExistsException specifies the exception file already exists exception state for exception.
ExceptionFileNotFoundException specifies the exception file not found exception state for exception.
ExceptionIllegalArgumentException specifies the exception illegal argument exception state for exception.
ExceptionIOException specifies the exception io exception state for exception.
ExceptionRuntimeException specifies the exception runtime exception state for exception.
ExceptionSecurityException specifies the exception security exception state for exception.
ExceptionThrottledException specifies the exception throttled exception state for exception.
ExceptionUnsupportedOperationException specifies the exception unsupported operation exception state for exception.
FILE specifies the file state for file type.
METADATA specifies the metadata state for sync flag.
NeverExpire specifies the never expire state for expiry option type.
RelativeToCreationDate specifies the relative to creation date state for expiry option type.
RelativeToNow specifies the relative to now state for expiry option type.

# Structs

ACLStatus is data Lake Store file or directory Access Control List information.
ACLStatusResult is data Lake Store file or directory Access Control List information.
AdlsAccessControlException is a WebHDFS exception thrown indicating that access is denied due to insufficient permissions.
AdlsBadOffsetException is a WebHDFS exception thrown indicating the append or read is from a bad offset.
AdlsError is data Lake Store filesystem error containing a specific WebHDFS exception.
AdlsFileAlreadyExistsException is a WebHDFS exception thrown indicating the file or folder already exists.
AdlsFileNotFoundException is a WebHDFS exception thrown indicating the file or folder could not be found.
AdlsIllegalArgumentException is a WebHDFS exception thrown indicating that one more arguments is incorrect.
AdlsIOException is a WebHDFS exception thrown indicating there was an IO (read or write) error.
AdlsRuntimeException is a WebHDFS exception thrown when an unexpected error occurs during an operation.
AdlsSecurityException is a WebHDFS exception thrown indicating that access is denied.
AdlsThrottledException is a WebHDFS exception thrown indicating that the request is being throttled.
AdlsUnsupportedOperationException is a WebHDFS exception thrown indicating that the requested operation is not supported.
ContentSummary is data Lake Store content summary information.
ContentSummaryResult is data Lake Store filesystem content summary information response.
FileOperationResult is the result of the request or operation.
FileStatuses is data Lake Store file status list information.
FileStatusesResult is data Lake Store filesystem file status list information response.
FileStatusProperties is data Lake Store file or directory information.
FileStatusResult is data Lake Store filesystem file status information response.
GroupClient is the creates an Azure Data Lake Store filesystem client.
ManagementClient is the base client for Filesystem.
ReadCloser is.

# Interfaces

AdlsRemoteException is data Lake Store filesystem exception based on the WebHDFS definition for RemoteExceptions.

# Type aliases

AppendModeType enumerates the values for append mode type.
Exception enumerates the values for exception.
ExpiryOptionType enumerates the values for expiry option type.
FileType enumerates the values for file type.
SyncFlag enumerates the values for sync flag.