Represents an reference to a file in Blobstore

interface ContainerItemBlobReference {
    artifactHash?: string;
    artifactId?: number;
    compressionType?: BlobCompressionType;
    scopeIdentifier?: string;
    sessionId?: string;
}

Properties

artifactHash?: string
artifactId?: number
compressionType?: BlobCompressionType
scopeIdentifier?: string
sessionId?: string