https://ns.adobe.com/xdm/datatypes/file-transfer
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/file-transfer.schema.json |
- File Transfer
https://ns.adobe.com/xdm/datatypes/file-transfer- Measure
https://ns.adobe.com/xdm/data/measure
- Measure
{}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:fileName | string |
Optional | File Transfer (this schema) |
| xdm:fileSize | number |
Optional | File Transfer (this schema) |
| xdm:fileTransferComplete | integer |
Optional | File Transfer (this schema) |
| xdm:fileTransferError | Measure | Optional | File Transfer (this schema) |
| xdm:fileTransferStart | integer |
Optional | File Transfer (this schema) |
| xdm:fileTransferType | string |
Optional | File Transfer (this schema) |
| xdm:fileType | string |
Optional | File Transfer (this schema) |
| xdm:fileURL | string |
Optional | File Transfer (this schema) |
* |
any | Additional | this schema allows additional properties |
Friendly name of the file being up/downloaded by the visitor.
xdm:fileName
- is optional
- type:
string - defined in this schema
string
File size of file being up/downloaded by the visitor.
xdm:fileSize
- is optional
- type:
number - defined in this schema
number
Captured when a file transfer is successfully completed.
xdm:fileTransferComplete
- is optional
- type:
integer - defined in this schema
integer
Captured when an error occurs during the file transfer process.
xdm:fileTransferError
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure
Captured when a file transfer is initiated.
xdm:fileTransferStart
- is optional
- type:
integer - defined in this schema
integer
Type of the file transfer, if applicable.
xdm:fileTransferType
- is optional
- type:
string - defined in this schema
string
Type or category of file being up/downloaded by the visitor.
xdm:fileType
- is optional
- type:
string - defined in this schema
string
URL of file being up/downloaded by the visitor.
xdm:fileURL
- is optional
- type:
string - defined in this schema
string
- format:
uri– Uniformous Resource Identifier (according to RFC3986)