Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeSeries

Hierarchy

  • TimeSeries

Index

Methods

append

  • append(topicPath: string, value: any, valueType?: DataType<any, any, any> | object, timestamp?: number | Long): Result<EventMetadata>
  • Parameters

    • topicPath: string
    • value: any
    • Optional valueType: DataType<any, any, any> | object
    • Optional timestamp: number | Long

    Returns Result<EventMetadata>

    a result that completes when a response is received from the server.

    If the update was successful, the Result will complete successfully and provide the EventMetadata of the new event.

    Otherwise, the Result will fail with an Error. Common reasons for failure include:

edit

  • Parameters

    • topicPath: string
    • originalSequence: number | Long
    • value: any
    • Optional valueType: DataType<any, any, any>

    Returns Result<EventMetadata>

    a result that completes when a response is received from the server.

    If the update was successful, the CompletableFuture will complete successfully and provide the EventMetadata of the new event.

    Otherwise, the Result will fail with an Error. Common reasons for failure include:

rangeQuery

  • Returns RangeQuery

    a RangeQuery with default settings