Interface representing options for creating a new sequence metadata.

SequenceMetadataOptions

interface SequenceMetadataOptions {
    filename: string;
    lastModified: string;
    segmentCount: number;
    size: number;
    totalLength: number;
}

Hierarchy (View Summary)

Properties

filename: string

The filename of the source

lastModified: string

The last modified date of the source

segmentCount: number

The number of segments in the sequence

size: number

The size of the source

totalLength: number

The total length of the sequence