Request object for ByteStream.Write.
JSON representation | |
---|---|
{ "resourceName": string, "writeOffset": string, "finishWrite": boolean, "data": string } |
Fields | |
---|---|
resourceName |
The name of the resource to write. This must be set on the first |
writeOffset |
The offset from the beginning of the resource at which the data should be written. It is required on all In the first On subsequent calls, this value must be set and must be equal to the sum of the first An incorrect value will cause an error. |
finishWrite |
If |
data |
A portion of the data for the resource. The client may leave A base64-encoded string. |