PostData Object

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