Header menu logo Nao

EpisodeQuery Type

Query for retrieving episodes

Union cases

Union case Description

ByOutcome(success, topK)

Full Usage: ByOutcome(success, topK)

Parameters:
    success : bool
    topK : int

Find episodes matching success/failure

success : bool
topK : int

BySimilarity(description, topK)

Full Usage: BySimilarity(description, topK)

Parameters:
    description : string
    topK : int

Find episodes similar to a description

description : string
topK : int

ByTags tags

Full Usage: ByTags tags

Parameters:
    tags : string list

Find episodes by tags

tags : string list

ByTimeRange(from', to')

Full Usage: ByTimeRange(from', to')

Parameters:

Find episodes within a time range

from' : DateTimeOffset
to' : DateTimeOffset

Recent count

Full Usage: Recent count

Parameters:
    count : int

Find recent episodes

count : int

Related(episodeId, maxHops)

Full Usage: Related(episodeId, maxHops)

Parameters:
    episodeId : string
    maxHops : int

Find episodes related to a specific episode

episodeId : string
maxHops : int

Instance members

Instance member Description

this.IsByOutcome

Full Usage: this.IsByOutcome

Returns: bool
Returns: bool

this.IsBySimilarity

Full Usage: this.IsBySimilarity

Returns: bool
Returns: bool

this.IsByTags

Full Usage: this.IsByTags

Returns: bool
Returns: bool

this.IsByTimeRange

Full Usage: this.IsByTimeRange

Returns: bool
Returns: bool

this.IsRecent

Full Usage: this.IsRecent

Returns: bool
Returns: bool

this.IsRelated

Full Usage: this.IsRelated

Returns: bool
Returns: bool

Type something to start searching.