forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
17 lines (13 loc) • 815 B
Markdown
# ForgeSdk.ObjectFullDetails
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bucketKey** | **String** | Bucket key | [optional]
**objectId** | **String** | Object URN | [optional]
**objectKey** | **String** | Object name | [optional]
**sha1** | **String** | Object SHA1 | [optional]
**size** | **Integer** | Object size | [optional]
**contentType** | **String** | Object content-type | [optional]
**location** | **String** | URL to download the object | [optional]
**blockSizes** | **[Integer]** | For delta-encoding. Represents whether a signature exists at a specific block size | [optional]
**deltas** | [**[ObjectFullDetailsDeltas]**](ObjectFullDetailsDeltas.md) | Patch files available for download related to this object | [optional]