PostData Object
- String - One of the following:
rawData
- The data is available as aBuffer
, in therawData
field.blob
- The object represents a . TheblobUUID
field will be used to describe theBlob
.
bytes
String (optional) - The raw bytes of the post data in aBuffer
. Required for therawData
type.blobUUID
String (optional) - TheUUID
of the being uploaded. Required for theblob
type.offset
Integer (optional) - The offset from the beginning of the file being uploaded, in bytes. Only valid forfile
types.modificationTime
Double (optional) - The modification time of the file represented by a double, which is the number of seconds since theUNIX Epoch
(Jan 1, 1970). Only valid forfile
types.