UploadBlobRequest
Methods
with Billing Tag
- with
Billing Tag(tag: string): UploadBlobRequest
-
Sets the billing tag.
Parameters-
tag: string
The free-form tag that is used for grouping billing records together. If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A–Za–z0–9].
Returns UploadBlobRequestA reference to this object.
-
with Content Encoding
- with
Content Encoding(contentEncoding: string): UploadBlobRequest
-
Sets the content encoding of the data to upload.
Can be
gzipor identity.ParametersReturns UploadBlobRequestA reference to this object
with Content Type
- with
Content Type(contentType: string): UploadBlobRequest
-
Sets the content type of the data to upload.
ParametersReturns UploadBlobRequestA reference to this object
with Data
- with
Data(data: ArrayBuffer | Buffer): UploadBlobRequest
-
Sets the data to upload.
ParametersReturns UploadBlobRequestA reference to this object
with Data Handle
- with
Data Handle(dataHandle: string): UploadBlobRequest
-
Sets the data handle of the data to upload.
ParametersReturns UploadBlobRequestA reference to this object
with Layer Id
- with
Layer Id(id: string): UploadBlobRequest
-
Sets the ID of the layer.
ParametersReturns UploadBlobRequestA reference to this object
Uupload data to the DS.