Variable ValidateStorageCredentialRequest_FileOperationConst
ValidateStorageCredentialRequest_FileOperation: {
DELETE: "DELETE";
LIST: "LIST";
PATH_EXISTS: "PATH_EXISTS";
READ: "READ";
WRITE: "WRITE";
} = ...
Type Declaration
ReadonlyDELETE: "DELETE"
ReadonlyLIST: "LIST"
ReadonlyPATH_EXISTS: "PATH_EXISTS"
ReadonlyREAD: "READ"
ReadonlyWRITE: "WRITE"
A enum represents the file operation performed on the external location with the storage credential