package
7.0.1-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.
NewClient creates an instance of the Client client.
NewClientWithBaseURI creates an instance of the Client client.
NewWithBaseURI 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.
APIVersion is the version of the Filesystem.
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.
DefaultBaseURI is the default URI used for the service Filesystem.
DIRECTORY specifies the directory state for file type.
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.
AdlsRemoteException is data Lake Store filesystem exception based on the WebHDFS definition for RemoteExceptions.
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.
Client is the creates an Azure Data Lake Store filesystem client.
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.
ManagementClient is the base client for Filesystem.
ReadCloser is.

# Type aliases

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