Databricks SDK for JavaScript
    Preparing search index...

    Variable ValidateStorageCredentialRequest_FileOperationConst

    ValidateStorageCredentialRequest_FileOperation: {
        DELETE: "DELETE";
        LIST: "LIST";
        PATH_EXISTS: "PATH_EXISTS";
        READ: "READ";
        WRITE: "WRITE";
    } = ...

    A enum represents the file operation performed on the external location with the storage credential

    Type Declaration

    • ReadonlyDELETE: "DELETE"
    • ReadonlyLIST: "LIST"
    • ReadonlyPATH_EXISTS: "PATH_EXISTS"
    • ReadonlyREAD: "READ"
    • ReadonlyWRITE: "WRITE"