<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.27.0-beta.1" />
API Differences between 12.27.0-beta.1 and 12.26.0
32 Additions
0 Removals
Azure.Storage.Files.DataLake
-
public class DataLakePathClient
- public virtual Response<PathSystemProperties> GetSystemProperties(PathGetSystemPropertiesOptions options = null, CancellationToken cancellationToken = default)
- public virtual Task<Response<PathSystemProperties>> GetSystemPropertiesAsync(PathGetSystemPropertiesOptions options = null, CancellationToken cancellationToken = default)
- public virtual Response<GetPathTagResult> GetTags(DataLakeRequestConditions conditions = null, CancellationToken cancellationToken = default)
- public virtual Task<Response<GetPathTagResult>> GetTagsAsync(DataLakeRequestConditions conditions = null, CancellationToken cancellationToken = default)
- public virtual Response SetTags(IDictionary<string, string> tags, DataLakeRequestConditions conditions = null, CancellationToken cancellationToken = default)
- public virtual Task<Response> SetTagsAsync(IDictionary<string, string> tags, DataLakeRequestConditions conditions = null, CancellationToken cancellationToken = default)
Azure.Storage.Files.DataLake.Models
-
public static class DataLakeModelFactory
- public static GetPathTagResult GetPathTagResult(IDictionary<string, string> tags)
- public static PathProperties PathProperties(DateTimeOffset lastModified, DateTimeOffset creationTime, IDictionary<string, string> metadata, DateTimeOffset copyCompletionTime, string copyStatusDescription, string copyId, string copyProgress, Uri copySource, CopyStatus copyStatus, bool isIncrementalCopy, DataLakeLeaseDuration leaseDuration, DataLakeLeaseState leaseState, DataLakeLeaseStatus leaseStatus, long contentLength, string contentType, ETag eTag, byte[] contentHash, string contentEncoding, string contentDisposition, string contentLanguage, string cacheControl, string acceptRanges, bool isServerEncrypted, string encryptionKeySha256, string accessTier, string archiveStatus, DateTimeOffset accessTierChangeTime, bool isDirectory, string encryptionContext, string owner, string group, string permissions, IList<PathAccessControlItem> accessControlList, string smartAccessTier, bool accessTierInferred)
- public static PathSystemProperties PathSystemProperties(DateTimeOffset? creationTime, DateTimeOffset? lastModifiedTime, ETag eTag, long? contentLength, bool? isDirectory, bool? isServerEncrypted, string encryptionKeySha256, DateTimeOffset? expiresOn, string encryptionScope, string encryptionContext, string owner, string group, PathPermissions permissions)
-
public class GetPathTagResult
-
public class PathGetSystemPropertiesOptions
-
public class PathProperties
-
public class PathSystemProperties
Azure.Storage.Sas