solarnetwork-api-core
    Preparing search index...

    Interface DatumStreamMetadataInfo

    The basic DatumStreamMetadata type.

    interface DatumStreamMetadataInfo {
        a?: string[];
        i?: string[];
        kind: string;
        location?: Record<string, any>;
        objectId: number;
        s?: string[];
        sourceId: string;
        streamId: string;
        zone: string;
    }
    Index

    Properties

    a?: string[]

    The accumulating property names.

    i?: string[]

    The instantaneous property names.

    kind: string

    The stream kind, n for node or l for location.

    location?: Record<string, any>

    An optional location object.

    objectId: number

    The object (node or location) ID.

    s?: string[]

    The status property names.

    sourceId: string

    The source ID.

    streamId: string

    The datum stream unique identifier.

    zone: string

    The time zone identifier the stream is associated with.