FileSystemProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a file system.
public class FileSystemProperties
type FileSystemProperties = class
Public Class FileSystemProperties
- Inheritance
-
FileSystemProperties
Properties
DefaultEncryptionScope |
DefaultEncryptionScope. |
DeletedOn |
DeletedTime. |
ETag |
The ETag contains a value that you can use to perform operations conditionally on the file system. If the request service version is 2011-08-18 or newer, the ETag value will be in quotes. |
HasImmutabilityPolicy |
Version 2017-11-09 and newer. Indicates whether the file system has an immutability policy set on it. Value is true if there is a policy set, false otherwise. |
HasLegalHold |
Version 2017-11-09 and newer. Indicates whether the file system has a legal hold. Value is true if there is one or more legal hold(s), false otherwise. |
LastModified |
Returns the DateTimeOffset the file system was last modified. Any operation that modifies the file system, including an update of the file systems's metadata or properties, changes the last-modified time of the file system. |
LeaseDuration |
DataLakeLeaseDuration of the file system. |
LeaseState |
LeaseState of the file system. |
LeaseStatus |
LeaseStatus of the file system. |
Metadata |
The file systems's metadata. |
PreventEncryptionScopeOverride |
DenyEncryptionScopeOverride. |
PublicAccess |
PublicAccessType of the file system. |
RemainingRetentionDays |
RemainingRetentionDays. |
Applies to
Azure SDK for .NET