cavokSOAPService
Public Attributes | List of all members
Tree Struct Reference

Asset base data structure. More...

Public Attributes

xsd__string id
 Asset ID. More...
 
xsd__string dirID
 ID of directory containing asset. More...
 
xsd__string name
 File name of asset. More...
 
xsd__string creator
 unused. More...
 
xsd__string type
 unused. More...
 
xsd__string lastChange
 Unix timestamp of last base data change. More...
 
xsd__string generator
 Internal flag of cavok preview generation. More...
 
xsd__string lastGenstart
 Unix timestamp of last preview generation start. More...
 
xsd__string icon
 Amount of icons available of asset. More...
 
xsd__string preview
 Amount of preview pages available of asset. More...
 
xsd__string relXPV
 In case of InDesign file: related xpv control document. More...
 
xsd__string ptext
 internal. More...
 
xsd__string ext
 Asset file name extension (after "."). More...
 
xsd__string serverID
 ID of file server containing asset. More...
 
xsd__string archivestate
 Archive state of asset. More...
 
xsd__string nextGenstart
 Unix timestamp of next start of preview generation. More...
 
xsd__string apid
 Archive ID. More...
 
xsd__string inode
 Inode of file (unique file system identification). More...
 
xsd__string lmt
 Unix timestamp of last file modification. More...
 
xsd__string generatorPriority
 Priority flag for preview generation. More...
 
xsd__string unixPath
 Unix path of asset. More...
 
xsd__string mediaShareID
 ID of media share containing asset. More...
 
xsd__string proxyType
 Proxy type. More...
 
xsd__string remoteOPIString
 Serverspecific part of remoteOPI URL. More...
 
xsd__string picHash
 Hash value for similarity analysis. More...
 
std::vector< xsd__string > masterAssetIDs
 IDs of master of this asset, if any (empty if not a child)
 
std::vector< xsd__string > childAssetIDs
 IDs of children of this asset (empty if no children)
 

Detailed Description

Asset base data structure.

Member Data Documentation

◆ apid

xsd__string Tree::apid

Archive ID.

◆ archivestate

xsd__string Tree::archivestate

Archive state of asset.

◆ creator

xsd__string Tree::creator

unused.

◆ dirID

xsd__string Tree::dirID

ID of directory containing asset.

◆ ext

xsd__string Tree::ext

Asset file name extension (after ".").

◆ generator

xsd__string Tree::generator

Internal flag of cavok preview generation.

◆ generatorPriority

xsd__string Tree::generatorPriority

Priority flag for preview generation.

◆ icon

xsd__string Tree::icon

Amount of icons available of asset.

◆ id

xsd__string Tree::id

Asset ID.

◆ inode

xsd__string Tree::inode

Inode of file (unique file system identification).

◆ lastChange

xsd__string Tree::lastChange

Unix timestamp of last base data change.

◆ lastGenstart

xsd__string Tree::lastGenstart

Unix timestamp of last preview generation start.

◆ lmt

xsd__string Tree::lmt

Unix timestamp of last file modification.

◆ mediaShareID

xsd__string Tree::mediaShareID

ID of media share containing asset.

◆ name

xsd__string Tree::name

File name of asset.

◆ nextGenstart

xsd__string Tree::nextGenstart

Unix timestamp of next start of preview generation.

◆ picHash

xsd__string Tree::picHash

Hash value for similarity analysis.

◆ preview

xsd__string Tree::preview

Amount of preview pages available of asset.

◆ proxyType

xsd__string Tree::proxyType

Proxy type.

◆ ptext

xsd__string Tree::ptext

internal.

◆ relXPV

xsd__string Tree::relXPV

In case of InDesign file: related xpv control document.

◆ remoteOPIString

xsd__string Tree::remoteOPIString

Serverspecific part of remoteOPI URL.

◆ serverID

xsd__string Tree::serverID

ID of file server containing asset.

◆ type

xsd__string Tree::type

unused.

◆ unixPath

xsd__string Tree::unixPath

Unix path of asset.