interface QueryDataDescriptionOptions {
    attributeId?: number;
    indexRange?: NumericRange;
    relativePath?: RelativePathOptions;
}

Properties

attributeId?: number
indexRange?: NumericRange
relativePath?: RelativePathOptions