Skip to main content

InterfaceUploadedFileResponse

talawa-apiDocs


talawa-api / REST/services/file/uploadFile / InterfaceUploadedFileResponse

Interface: InterfaceUploadedFileResponse

Extends

Properties

_id?

> optional _id: ObjectId

Inherited from

Partial._id

Defined in

src/models/File.ts:8


archived?

> optional archived: boolean

Inherited from

Partial.archived

Defined in

src/models/File.ts:20


archivedAt?

> optional archivedAt: Date

Inherited from

Partial.archivedAt

Defined in

src/models/File.ts:26


backupStatus?

> optional backupStatus: string

Inherited from

Partial.backupStatus

Defined in

src/models/File.ts:22


createdAt?

> optional createdAt: Date

Inherited from

Partial.createdAt

Defined in

src/models/File.ts:24


encryption?

> optional encryption: boolean

Inherited from

Partial.encryption

Defined in

src/models/File.ts:19


fileName?

> optional fileName: string

Inherited from

Partial.fileName

Defined in

src/models/File.ts:9


hash?

> optional hash: object

algorithm

> algorithm: string

value

> value: string

Inherited from

Partial.hash

Defined in

src/models/File.ts:12


metadata?

> optional metadata: Record<string, any>

Inherited from

Partial.metadata

Defined in

src/models/File.ts:18


mimeType?

> optional mimeType: string

Inherited from

Partial.mimeType

Defined in

src/models/File.ts:10


objectKey

> objectKey: string

Defined in

src/REST/services/file/uploadFile.ts:18


referenceCount?

> optional referenceCount: number

Inherited from

Partial.referenceCount

Defined in

src/models/File.ts:17


size?

> optional size: number

Inherited from

Partial.size

Defined in

src/models/File.ts:11


status?

> optional status: "ACTIVE" | "BLOCKED" | "DELETED"

Inherited from

Partial.status

Defined in

src/models/File.ts:23


updatedAt?

> optional updatedAt: Date

Inherited from

Partial.updatedAt

Defined in

src/models/File.ts:25


uri?

> optional uri: string

Inherited from

Partial.uri

Defined in

src/models/File.ts:16


visibility?

> optional visibility: "PRIVATE" | "PUBLIC"

Inherited from

Partial.visibility

Defined in

src/models/File.ts:21