See: Description
| Class | Description |
|---|---|
| ADLFileInputStream |
ADLFileInputStream can be used to read data from an open file on ADL.
|
| ADLFileOutputStream |
ADLFileOutputStream is used to add data to an Azure Data Lake File. |
| ADLStoreClient |
ADLStoreClient class represents a client to Azure Data Lake. |
| ADLStoreOptions |
Options to configure the behavior of
ADLStoreClient |
| ContentSummary |
structure that contains the return values from getContentSummary call.
|
| Core |
protocol.Core class implements the calls for the RESP API.
|
| DirectoryEntry |
filesystem metadata of a directory enrty (a file or a directory) in ADL.
|
| LatencyTracker |
LatencyTracker keeps track of client-preceived request latencies, to be reported on the next REST request. |
| OperationResponse |
information about a response from a server call.
|
| QueryParams |
Internal class for SDK's internal use.
|
| RequestOptions |
common options to control the behavior of server calls
|
| SSLSocketFactoryEx |
Extension to use native OpenSSL library instead of JSE for better performance.
|
| Utils |
Utility methods to enable one-liners for simple functionality.
|
| Enum | Description |
|---|---|
| DirectoryEntryType |
enum to indicate whether a directory entry is a file or a directory.
|
| ExpiryOption |
Enum specifying how to interpret the expiry time specified in setExpiry call.
|
| IfExists |
Enum specifying actions to take if attempting to create a file that already exists.
|
| SSLSocketFactoryEx.SSLChannelMode | |
| SyncFlag |
Indicator flags to backend during append.
|
| UserGroupRepresentation |
Enum specifying how user and group objects should be represented in calls that return user and group ID.
|
| Exception | Description |
|---|---|
| ADLException |
Exception type returned by Azure Data Lake SDK methods.
|
ADLStoreClient class.Copyright © 2019 Microsoft Corporation. All rights reserved.