AccessControlChangeFailure Class

Represents an entry that failed to update Access Control List.

Inheritance
azure.storage.filedatalake._shared.models.DictMixin
AccessControlChangeFailure

Constructor

AccessControlChangeFailure(name, is_directory, error_message)

Parameters

name
is_directory
error_message

Variables

name
str

Name of the entry.

is_directory
bool

Indicates whether the entry is a directory.

error_message
str

Indicates the reason why the entry failed to update.