Purpose

Returns the size of an object.

Table 1. Required fields
Field Name Data Type Parameter Type Description
bucket VARCHAR(255) IN Specifies the name of the bucket containing the object for which the size is requested.
fileName VARCHAR(255) IN Specifies the name of the object for which the size is requested.
Table 2. Response
Response Data Type Parameter Type Description
size BIGINT OUT The size of the specified object.