azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.data...

154 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.FileSystemProperties"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties"
name: "FileSystemProperties"
nameWithType: "FileSystemProperties"
summary: "Properties of a file system."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FileSystemProperties**"
constructors:
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.FileSystemProperties(java.util.Map<java.lang.String,java.lang.String>,java.lang.String,java.time.OffsetDateTime,com.azure.storage.file.datalake.models.LeaseDurationType,com.azure.storage.file.datalake.models.LeaseStateType,com.azure.storage.file.datalake.models.LeaseStatusType,com.azure.storage.file.datalake.models.PublicAccessType,boolean,boolean)"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.FileSystemProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold)"
name: "FileSystemProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold)"
nameWithType: "FileSystemProperties.FileSystemProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold)"
summary: "Constructs a <xref uid=\"com.azure.storage.file.datalake.models.FileSystemProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FileSystemProperties\"></xref>."
parameters:
- description: "Metadata associated with the file system."
name: "metadata"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "ETag of the file system."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Datetime when the file system was last modified."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "Type of the lease on the file system."
name: "leaseDuration"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseDurationType?alt=com.azure.storage.file.datalake.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
- description: "State of the lease on the file system."
name: "leaseState"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseStateType?alt=com.azure.storage.file.datalake.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
- description: "Status of the lease on the file system."
name: "leaseStatus"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseStatusType?alt=com.azure.storage.file.datalake.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
- description: "Public access status for the file system."
name: "dataLakePublicAccess"
type: "<xref href=\"com.azure.storage.file.datalake.models.PublicAccessType?alt=com.azure.storage.file.datalake.models.PublicAccessType&text=PublicAccessType\" data-throw-if-not-resolved=\"False\" />"
- description: "Flag indicating if the file system has an immutability policy set on it."
name: "hasImmutabilityPolicy"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- description: "Flag indicating if the file system has a legal hold."
name: "hasLegalHold"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileSystemProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold)"
desc: "Constructs a <xref uid=\"com.azure.storage.file.datalake.models.FileSystemProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FileSystemProperties\"></xref>."
methods:
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getDataLakePublicAccess()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getDataLakePublicAccess()"
name: "getDataLakePublicAccess()"
nameWithType: "FileSystemProperties.getDataLakePublicAccess()"
syntax: "public PublicAccessType getDataLakePublicAccess()"
returns:
description: "the access type for the file system"
type: "<xref href=\"com.azure.storage.file.datalake.models.PublicAccessType?alt=com.azure.storage.file.datalake.models.PublicAccessType&text=PublicAccessType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getETag()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getETag()"
name: "getETag()"
nameWithType: "FileSystemProperties.getETag()"
syntax: "public String getETag()"
returns:
description: "the eTag of the file system"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getEncryptionScope()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getEncryptionScope()"
name: "getEncryptionScope()"
nameWithType: "FileSystemProperties.getEncryptionScope()"
syntax: "public String getEncryptionScope()"
returns:
description: "the file system's encryption scope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getLastModified()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getLastModified()"
name: "getLastModified()"
nameWithType: "FileSystemProperties.getLastModified()"
syntax: "public OffsetDateTime getLastModified()"
returns:
description: "the time the file system was last modified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseDuration()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseDuration()"
name: "getLeaseDuration()"
nameWithType: "FileSystemProperties.getLeaseDuration()"
syntax: "public LeaseDurationType getLeaseDuration()"
returns:
description: "the type of lease on the file system"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseDurationType?alt=com.azure.storage.file.datalake.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseState()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseState()"
name: "getLeaseState()"
nameWithType: "FileSystemProperties.getLeaseState()"
syntax: "public LeaseStateType getLeaseState()"
returns:
description: "the lease state of the file system"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseStateType?alt=com.azure.storage.file.datalake.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseStatus()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getLeaseStatus()"
name: "getLeaseStatus()"
nameWithType: "FileSystemProperties.getLeaseStatus()"
syntax: "public LeaseStatusType getLeaseStatus()"
returns:
description: "the lease status of the file system"
type: "<xref href=\"com.azure.storage.file.datalake.models.LeaseStatusType?alt=com.azure.storage.file.datalake.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.getMetadata()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.getMetadata()"
name: "getMetadata()"
nameWithType: "FileSystemProperties.getMetadata()"
syntax: "public Map<String,String> getMetadata()"
returns:
description: "the metadata associated with the file system"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.hasImmutabilityPolicy()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.hasImmutabilityPolicy()"
name: "hasImmutabilityPolicy()"
nameWithType: "FileSystemProperties.hasImmutabilityPolicy()"
syntax: "public boolean hasImmutabilityPolicy()"
returns:
description: "the immutability status for the file system"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.hasLegalHold()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.hasLegalHold()"
name: "hasLegalHold()"
nameWithType: "FileSystemProperties.hasLegalHold()"
syntax: "public boolean hasLegalHold()"
returns:
description: "the legal hold status for the file system"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemProperties.isEncryptionScopeOverridePrevented()"
fullName: "com.azure.storage.file.datalake.models.FileSystemProperties.isEncryptionScopeOverridePrevented()"
name: "isEncryptionScopeOverridePrevented()"
nameWithType: "FileSystemProperties.isEncryptionScopeOverridePrevented()"
syntax: "public Boolean isEncryptionScopeOverridePrevented()"
returns:
description: "the file system's deny encryption scope override property."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "class"
desc: "Properties of a file system."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.21.0