getObjectSize
- Last Updated: November 20, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Returns the size of an object.
| 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. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
size |
BIGINT | OUT | The size of the specified object. |