Skip to main content

CachedArtifactLocation

One node where an exact store artifact generation is available.

node_idNode Id (string)required

Fabric node retaining this exact generation.

completeComplete (boolean)required

Whether the node reported a complete manifest.

installed_identityInstalled Identity (string)required

Durable installed generation identity.

bytesBytes (integer)required

Artifact bytes retained on the node.

Possible values: >= 0

last_use_epoch_secondsLast Use Epoch Seconds (number)required

Unix time of the node's most recent artifact use.

Possible values: >= 0

in_useIn Use (boolean)required

Whether a live runner currently depends on the replica.

location_kindLocation Kind (string)

Whether the bytes are canonical-store-local or a node cache.

Possible values: [store_local, node_cache]

Default value: node_cache
CachedArtifactLocation
{
"node_id": "string",
"complete": true,
"installed_identity": "string",
"bytes": 0,
"last_use_epoch_seconds": 0,
"in_use": true,
"location_kind": "node_cache"
}