-
Notifications
You must be signed in to change notification settings - Fork 249
/
com.azure.storage.file.datalake.models.PathAccessControl.yml
90 lines (90 loc) · 6.98 KB
/
com.azure.storage.file.datalake.models.PathAccessControl.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
### 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><<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\" />>"
- 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><<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\" />>"
- 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.22.0