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

91 строка
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.PathAccessControl"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl"
name: "PathAccessControl"
nameWithType: "PathAccessControl"
summary: "This class contains properties that are gettable and settable for path access control."
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 class **PathAccessControl**"
constructors:
- uid: "com.azure.storage.file.datalake.models.PathAccessControl.PathAccessControl(java.util.List<com.azure.storage.file.datalake.models.PathAccessControlEntry>,com.azure.storage.file.datalake.models.PathPermissions,java.lang.String,java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl.PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)"
name: "PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)"
nameWithType: "PathAccessControl.PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)"
summary: "Constructs a new <xref uid=\"com.azure.storage.file.datalake.models.PathAccessControl\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PathAccessControl\"></xref>."
parameters:
- description: "A list of <xref uid=\"com.azure.storage.file.datalake.models.PathAccessControlEntry\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PathAccessControlEntry\"></xref>"
name: "accessControlList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.file.datalake.models.PathAccessControlEntry?alt=com.azure.storage.file.datalake.models.PathAccessControlEntry&text=PathAccessControlEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "<xref uid=\"com.azure.storage.file.datalake.models.PathPermissions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PathPermissions\"></xref>"
name: "permissions"
type: "<xref href=\"com.azure.storage.file.datalake.models.PathPermissions?alt=com.azure.storage.file.datalake.models.PathPermissions&text=PathPermissions\" data-throw-if-not-resolved=\"False\" />"
- description: "The group"
name: "group"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The owner"
name: "owner"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)"
desc: "Constructs a new <xref uid=\"com.azure.storage.file.datalake.models.PathAccessControl\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PathAccessControl\"></xref>."
methods:
- uid: "com.azure.storage.file.datalake.models.PathAccessControl.getAccessControlList()"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl.getAccessControlList()"
name: "getAccessControlList()"
nameWithType: "PathAccessControl.getAccessControlList()"
summary: "Get the access<wbr>Control<wbr>List property: The access<wbr>Control<wbr>List property."
syntax: "public List<PathAccessControlEntry> getAccessControlList()"
desc: "Get the accessControlList property: The accessControlList property."
returns:
description: "the accessControlList value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.file.datalake.models.PathAccessControlEntry?alt=com.azure.storage.file.datalake.models.PathAccessControlEntry&text=PathAccessControlEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.storage.file.datalake.models.PathAccessControl.getGroup()"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl.getGroup()"
name: "getGroup()"
nameWithType: "PathAccessControl.getGroup()"
summary: "Get the group property: The group property."
syntax: "public String getGroup()"
desc: "Get the group property: The group property."
returns:
description: "the group value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.PathAccessControl.getOwner()"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl.getOwner()"
name: "getOwner()"
nameWithType: "PathAccessControl.getOwner()"
summary: "Get the owner property: The owner property."
syntax: "public String getOwner()"
desc: "Get the owner property: The owner property."
returns:
description: "the owner value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.PathAccessControl.getPermissions()"
fullName: "com.azure.storage.file.datalake.models.PathAccessControl.getPermissions()"
name: "getPermissions()"
nameWithType: "PathAccessControl.getPermissions()"
summary: "Get the permissions property: The permissions property."
syntax: "public PathPermissions getPermissions()"
desc: "Get the permissions property: The permissions property."
returns:
description: "the permissions value."
type: "<xref href=\"com.azure.storage.file.datalake.models.PathPermissions?alt=com.azure.storage.file.datalake.models.PathPermissions&text=PathPermissions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "This class contains properties that are gettable and settable for path access control."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.21.0