Window

algoliasearch.ingestion.Window
case class Window(startDate: String, endDate: String)

The window parameter represents the holds the dates used to query the Observability data from the database in a given window.

Value parameters

endDate

A date in format RFC3339 representing the newest possible data in query window.

startDate

A date in format RFC3339 representing the oldest possible data in query window.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product