new AssetInfo($b)
- Source:
.
Create an instance of AssetInfo
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
$b |
Object | ||
$b.ownerId |
string | Asset Owner Id | |
$b.assetHash |
string | Asset Hash | |
$b.bytes |
number | Asset Size | |
$b.free |
number | Free Space | |
$b.isUploaded |
boolean | Is in cloud | |
$b.uploadUserId |
string | null | User Id of uploader | |
$b.countsAgainstMemberQuota |
boolean | undefined |
<optional> |
Counts against the user storage |
Members
AssetHash :string
- Source:
Type:
- string
Bytes :number
- Source:
Type:
- number
CountsAgainstMemberQuota :Boolean|undefined
- Source:
Type:
- Boolean | undefined
Free :number
- Source:
Type:
- number
IsUploaded :boolean
- Source:
Type:
- boolean
OwnerId :string
- Source:
Type:
- string
UploaderUserId :string|null
- Source:
Type:
- string | null