The source file that this document is derived from.

interface DocumentSourceFile {
    assetIds?: number[];
    datasetId?: number;
    directory?: string;
    geoLocation?: DocumentGeoJsonGeometry;
    hash?: string;
    labels?: LabelList;
    metadata?: Record<string, string>;
    mimeType?: string;
    name: string;
    securityCategories?: number[];
    size?: number;
    source?: string;
}

Properties

assetIds?: number[]

The ids of the assets related to this file

[]
datasetId?: number

The id if the dataset this file belongs to, if any

directory?: string

The directory the file can be found in

plays/shakespeare

GeoJSON Geometry.

hash?: string

The hash of the source file. This is a SHA256 hash of the original file. The hash only covers the file content, and not other CDF metadata.

23203f9264161714cdb8d2f474b9b641e6a735f8cea4098c40a3cab8743bd749
labels?: LabelList

A list of labels associated with this document's source file in CDF.

metadata?: Record<string, string>
mimeType?: string

The mime type of the file

application/octet-stream
name: string

Name of the file.

hamlet.txt
securityCategories?: number[]

The security category IDs required to access this file

[]
size?: number

The size of the source file in bytes

int64

1000
source?: string

The source of the file

SubsurfaceConnectors