Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.14 KB

PipelineCache.md

File metadata and controls

17 lines (14 loc) · 1.14 KB

PipelineCache

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The UUID identifying the pipeline cache. [optional] [default to null]
PipelineUuid string The UUID of the pipeline that created the cache. [optional] [default to null]
StepUuid string The uuid of the step that created the cache. [optional] [default to null]
Name string The name of the cache. [optional] [default to null]
KeyHash string The key hash of the cache version. [optional] [default to null]
Path string The path where the cache contents were retrieved from. [optional] [default to null]
FileSizeBytes int32 The size of the file containing the archive of the cache. [optional] [default to null]
CreatedOn time.Time The timestamp when the cache was created. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]