Type alias GetFilesDataArg

GetFilesDataArg: {
    bustCache?: boolean;
    cascade?: boolean;
    createdBy?: string;
    createdDate?: string;
    created_date.gte?: string;
    created_date.lte?: string;
    desc?: boolean;
    etag?: string;
    etag.contains?: string;
    etag.sw?: string;
    expiresIn?: number;
    filename?: string;
    filename.contains?: string;
    filename.sw?: string;
    groupId: string;
    infoOnly?: boolean;
    lastEvaluatedKey?: object | string;
    lastUpdatedBy?: string;
    lastUpdatedDate?: string;
    last_updated_date.gte?: string;
    last_updated_date.lte?: string;
    limit?: number;
    number1?: number;
    number2?: number;
    number_1.gt?: number;
    number_1.gte?: number;
    number_1.lt?: number;
    number_1.lte?: number;
    number_2.gt?: number;
    number_2.gte?: number;
    number_2.lt?: number;
    number_2.lte?: number;
    objectCount?: boolean;
    orderBy?: string;
    path: string;
    pathFilter?: string;
    pathsOnly?: boolean;
    redirect?: boolean;
    search?: string;
    searchFields?: string;
    size?: number;
    size.gt?: number;
    size.gte?: number;
    size.lt?: number;
    size.lte?: number;
    unicode1?: string;
    unicode2?: string;
    unicode3?: string;
    unicode4?: string;
    unicode5?: string;
    unicode6?: string;
    unicode_1.contains?: string;
    unicode_1.gte?: string;
    unicode_1.lte?: string;
    unicode_1.sw?: string;
    unicode_2.contains?: string;
    unicode_2.gte?: string;
    unicode_2.lte?: string;
    unicode_2.sw?: string;
    unicode_3.contains?: string;
    unicode_3.gte?: string;
    unicode_3.lte?: string;
    unicode_3.sw?: string;
    unicode_4.contains?: string;
    unicode_4.gte?: string;
    unicode_4.lte?: string;
    unicode_4.sw?: string;
    unicode_5.contains?: string;
    unicode_5.gte?: string;
    unicode_5.lte?: string;
    unicode_5.sw?: string;
    unicode_6.contains?: string;
    unicode_6.gte?: string;
    unicode_6.lte?: string;
    unicode_6.sw?: string;
    uploadedDate?: string;
    uploaded_date.gte?: string;
    uploaded_date.lte?: string;
    urlOnly?: boolean;
}

Type declaration

  • Optional bustCache?: boolean

    Whether to bypass the cache and get the latest data

  • Optional cascade?: boolean

    If true, return all paths starting with the specified path

  • Optional createdBy?: string

    ID of the user who created the entry

  • Optional createdDate?: string

    Created date of items to return

  • Optional created_date.gte?: string
  • Optional created_date.lte?: string
  • Optional desc?: boolean

    Whether to order results in descending order

  • Optional etag?: string

    ETag of file

  • Optional etag.contains?: string
  • Optional etag.sw?: string
  • Optional expiresIn?: number

    Number of seconds before presigned URLs expire

  • Optional filename?: string

    Filename of file

  • Optional filename.contains?: string
  • Optional filename.sw?: string
  • groupId: string
  • Optional infoOnly?: boolean

    If true, only return file info (includes paths)

  • Optional lastEvaluatedKey?: object | string

    Key to start results from

  • Optional lastUpdatedBy?: string

    ID of the user who last updated the entry

  • Optional lastUpdatedDate?: string

    Last edited date of items to return

  • Optional last_updated_date.gte?: string
  • Optional last_updated_date.lte?: string
  • Optional limit?: number

    Maximum number of results to return

  • Optional number1?: number

    Custom number index 1

  • Optional number2?: number

    Custom number index 2

  • Optional number_1.gt?: number
  • Optional number_1.gte?: number
  • Optional number_1.lt?: number
  • Optional number_1.lte?: number
  • Optional number_2.gt?: number
  • Optional number_2.gte?: number
  • Optional number_2.lt?: number
  • Optional number_2.lte?: number
  • Optional objectCount?: boolean

    If true, only return the number of objects in the file

  • Optional orderBy?: string

    Field to order results by

  • path: string
  • Optional pathFilter?: string

    Regex pattern to match result paths against

  • Optional pathsOnly?: boolean

    If true, only return list of matching file paths

  • Optional redirect?: boolean

    If true, redirect to presigned GET URL

  • Optional search?: string

    Search term to filter accounts by

  • Optional searchFields?: string

    Fields to search in

  • Optional size?: number

    Size of file in bytes

  • Optional size.gt?: number
  • Optional size.gte?: number
  • Optional size.lt?: number
  • Optional size.lte?: number
  • Optional unicode1?: string

    Custom unicode index 1

  • Optional unicode2?: string

    Custom unicode index 2

  • Optional unicode3?: string

    Custom unicode index 3

  • Optional unicode4?: string

    Custom unicode index 4

  • Optional unicode5?: string

    Custom unicode index 5

  • Optional unicode6?: string

    Custom unicode index 6

  • Optional unicode_1.contains?: string
  • Optional unicode_1.gte?: string
  • Optional unicode_1.lte?: string
  • Optional unicode_1.sw?: string
  • Optional unicode_2.contains?: string
  • Optional unicode_2.gte?: string
  • Optional unicode_2.lte?: string
  • Optional unicode_2.sw?: string
  • Optional unicode_3.contains?: string
  • Optional unicode_3.gte?: string
  • Optional unicode_3.lte?: string
  • Optional unicode_3.sw?: string
  • Optional unicode_4.contains?: string
  • Optional unicode_4.gte?: string
  • Optional unicode_4.lte?: string
  • Optional unicode_4.sw?: string
  • Optional unicode_5.contains?: string
  • Optional unicode_5.gte?: string
  • Optional unicode_5.lte?: string
  • Optional unicode_5.sw?: string
  • Optional unicode_6.contains?: string
  • Optional unicode_6.gte?: string
  • Optional unicode_6.lte?: string
  • Optional unicode_6.sw?: string
  • Optional uploadedDate?: string

    Uploaded date of files to return

  • Optional uploaded_date.gte?: string
  • Optional uploaded_date.lte?: string
  • Optional urlOnly?: boolean

    If true, only return a list of presigned GET URLs