Type Alias CloudItemFile

CloudItemFile: {
    bucket: string;
    chunks: number;
    creation?: number;
    hash?: string;
    key: string;
    mime: string;
    region: string;
    rm: string;
    size: number;
    version: FileEncryptionVersion;
}

Type declaration

  • bucket: string
  • chunks: number
  • Optionalcreation?: number
  • Optionalhash?: string
  • key: string
  • mime: string
  • region: string
  • rm: string
  • size: number
  • version: FileEncryptionVersion
MMNEPVFCICPMFPCPTTAAATR