Type alias RootFolderMetadata

RootFolderMetadata: {
    delete?: Permission;
    insert?: Permission;
    load?: Permission;
    query?: Permission;
    update?: Permission;
}

Type declaration

  • Optional delete?: Permission

    The delete permission which is required to delete existing files within the bucket

  • Optional insert?: Permission

    The insert permission which is required to insert new files into the bucket

  • Optional load?: Permission

    The load permission which grants read access to all stored files under the specified bucket

  • Optional query?: Permission

    The query permission which is required to list all files within a bucket

  • Optional update?: Permission

    The update permission which is required to update existing files within the bucket

Generated using TypeDoc