Class: StorageDriverClaim
common.StorageDriverClaim
Reference returned from StorageDriver.store. claimData is an
opaque key/value map the driver uses to retrieve the payload later.
Constructors
constructor
• new StorageDriverClaim(claimData): StorageDriverClaim
Parameters
| Name | Type |
|---|---|
claimData | Record<string, string> |
Returns
Properties
claimData
• Readonly claimData: Record<string, string>