132 строки
13 KiB
YAML
132 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.datalake.models.AccessControlChanges"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges"
|
|
name: "AccessControlChanges"
|
|
nameWithType: "AccessControlChanges"
|
|
summary: "Access<wbr>Control<wbr>Changes contains batch and cumulative counts of operations that change Access Control Lists recursively."
|
|
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 **AccessControlChanges**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.AccessControlChanges()"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.AccessControlChanges()"
|
|
name: "AccessControlChanges()"
|
|
nameWithType: "AccessControlChanges.AccessControlChanges()"
|
|
syntax: "public AccessControlChanges()"
|
|
methods:
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.getAggregateCounters()"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.getAggregateCounters()"
|
|
name: "getAggregateCounters()"
|
|
nameWithType: "AccessControlChanges.getAggregateCounters()"
|
|
summary: "Returns an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed from start of the operation."
|
|
syntax: "public AccessControlChangeCounters getAggregateCounters()"
|
|
desc: "Returns an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed from start of the operation."
|
|
returns:
|
|
description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.getBatchCounters()"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.getBatchCounters()"
|
|
name: "getBatchCounters()"
|
|
nameWithType: "AccessControlChanges.getBatchCounters()"
|
|
summary: "Returns an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed within a single batch."
|
|
syntax: "public AccessControlChangeCounters getBatchCounters()"
|
|
desc: "Returns an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed within a single batch."
|
|
returns:
|
|
description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.getBatchFailures()"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.getBatchFailures()"
|
|
name: "getBatchFailures()"
|
|
nameWithType: "AccessControlChanges.getBatchFailures()"
|
|
summary: "Returns a list of path entries that failed to update Access Control List within a single batch."
|
|
syntax: "public List<AccessControlChangeFailure> getBatchFailures()"
|
|
desc: "Returns a list of path entries that failed to update Access Control List within a single batch."
|
|
returns:
|
|
description: "A list of path entries that failed to update Access Control List within a single batch."
|
|
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.AccessControlChangeFailure?alt=com.azure.storage.file.datalake.models.AccessControlChangeFailure&text=AccessControlChangeFailure\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.getContinuationToken()"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.getContinuationToken()"
|
|
name: "getContinuationToken()"
|
|
nameWithType: "AccessControlChanges.getContinuationToken()"
|
|
summary: "Returns the continuation token."
|
|
syntax: "public String getContinuationToken()"
|
|
desc: "Returns the continuation token.\n\nValue is present when operation is split into multiple batches and can be used to resume progress."
|
|
returns:
|
|
description: "The continuation token"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.setAggregateCounters(com.azure.storage.file.datalake.models.AccessControlChangeCounters)"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.setAggregateCounters(AccessControlChangeCounters aggregateCounters)"
|
|
name: "setAggregateCounters(AccessControlChangeCounters aggregateCounters)"
|
|
nameWithType: "AccessControlChanges.setAggregateCounters(AccessControlChangeCounters aggregateCounters)"
|
|
summary: "Sets an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed from start of the operation."
|
|
parameters:
|
|
- description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
|
|
name: "aggregateCounters"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AccessControlChanges setAggregateCounters(AccessControlChangeCounters aggregateCounters)"
|
|
desc: "Sets an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed from start of the operation."
|
|
returns:
|
|
description: "The updated object."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChanges?alt=com.azure.storage.file.datalake.models.AccessControlChanges&text=AccessControlChanges\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.setBatchCounters(com.azure.storage.file.datalake.models.AccessControlChangeCounters)"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.setBatchCounters(AccessControlChangeCounters batchCounters)"
|
|
name: "setBatchCounters(AccessControlChangeCounters batchCounters)"
|
|
nameWithType: "AccessControlChanges.setBatchCounters(AccessControlChangeCounters batchCounters)"
|
|
summary: "Sets an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed within a single batch."
|
|
parameters:
|
|
- description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
|
|
name: "batchCounters"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AccessControlChanges setBatchCounters(AccessControlChangeCounters batchCounters)"
|
|
desc: "Sets an <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref> that contains counts of paths changed within a single batch."
|
|
returns:
|
|
description: "The updated object."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChanges?alt=com.azure.storage.file.datalake.models.AccessControlChanges&text=AccessControlChanges\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.setBatchFailures(java.util.List<com.azure.storage.file.datalake.models.AccessControlChangeFailure>)"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
|
|
name: "setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
|
|
nameWithType: "AccessControlChanges.setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
|
|
summary: "Sets a list of path entries that failed to update Access Control List within a single batch."
|
|
parameters:
|
|
- description: "A list of path entries that failed to update Access Control List within a single batch."
|
|
name: "batchFailures"
|
|
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.AccessControlChangeFailure?alt=com.azure.storage.file.datalake.models.AccessControlChangeFailure&text=AccessControlChangeFailure\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AccessControlChanges setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
|
|
desc: "Sets a list of path entries that failed to update Access Control List within a single batch."
|
|
returns:
|
|
description: "The updated object"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChanges?alt=com.azure.storage.file.datalake.models.AccessControlChanges&text=AccessControlChanges\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.AccessControlChanges.setContinuationToken(java.lang.String)"
|
|
fullName: "com.azure.storage.file.datalake.models.AccessControlChanges.setContinuationToken(String continuationToken)"
|
|
name: "setContinuationToken(String continuationToken)"
|
|
nameWithType: "AccessControlChanges.setContinuationToken(String continuationToken)"
|
|
summary: "Sets the continuation token."
|
|
parameters:
|
|
- description: "The continuation token."
|
|
name: "continuationToken"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AccessControlChanges setContinuationToken(String continuationToken)"
|
|
desc: "Sets the continuation token."
|
|
returns:
|
|
description: "The updated object."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChanges?alt=com.azure.storage.file.datalake.models.AccessControlChanges&text=AccessControlChanges\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "AccessControlChanges contains batch and cumulative counts of operations that change Access Control Lists recursively. Additionally it exposes path entries that failed to update while these operations progress."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.datalake.models"
|
|
artifact: com.azure:azure-storage-file-datalake:12.21.0
|