InterfaceUploadedFileResponse
talawa-api • Docs
talawa-api / REST/services/file/uploadFile / InterfaceUploadedFileResponse
Interface: InterfaceUploadedFileResponse
Extends
Partial
<InterfaceFile
>
Properties
_id?
> optional
_id: ObjectId
Inherited from
Partial._id
Defined in
archived?
> optional
archived: boolean
Inherited from
Partial.archived
Defined in
archivedAt?
> optional
archivedAt: Date
Inherited from
Partial.archivedAt
Defined in
backupStatus?
> optional
backupStatus: string
Inherited from
Partial.backupStatus
Defined in
createdAt?
> optional
createdAt: Date
Inherited from
Partial.createdAt
Defined in
encryption?
> optional
encryption: boolean
Inherited from
Partial.encryption
Defined in
fileName?
> optional
fileName: string
Inherited from
Partial.fileName
Defined in
hash?
> optional
hash: object
algorithm
> algorithm: string
value
> value: string
Inherited from
Partial.hash
Defined in
metadata?
> optional
metadata: Record
<string
, any
>
Inherited from
Partial.metadata
Defined in
mimeType?
> optional
mimeType: string
Inherited from
Partial.mimeType
Defined in
objectKey
> objectKey: string
Defined in
src/REST/services/file/uploadFile.ts:18
referenceCount?
> optional
referenceCount: number
Inherited from
Partial.referenceCount
Defined in
size?
> optional
size: number
Inherited from
Partial.size
Defined in
status?
> optional
status: "ACTIVE"
| "BLOCKED"
| "DELETED"
Inherited from
Partial.status
Defined in
updatedAt?
> optional
updatedAt: Date
Inherited from
Partial.updatedAt
Defined in
uri?
> optional
uri: string
Inherited from
Partial.uri
Defined in
visibility?
> optional
visibility: "PRIVATE"
| "PUBLIC"
Inherited from
Partial.visibility