Skip to main content

Class RagStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RagStatus. RAG namespace status. How is the indexing going?

Inheritance

objectRagStatus

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

RagStatus()

Default constructor - defaults any enum props to 0.

Properties

CompletedAt

UTC timestamp - when content indexing finished.

Property Value

DateTime

CurrentRunTag

Unique identifier for current indexing job.

Property Value

string

IsCancelled

Was the indexing cancelled before completion?

Property Value

bool

IsCompleted

Is the indexing run finished?

Property Value

bool

LastIndexed

UTC timestamp - when last content was added/updated to index.

Property Value

DateTime

NamespaceName

Namespace the status belongs to.

Property Value

string

StartedAt

UTC timestamp - when content indexeing started.

Property Value

DateTime

StatusAll

How many documents/chunks are in the index - sum of all the other types

Property Value

RagStatusChunks

StatusDocuments

How many documents/chunks of type Document are in the index

Property Value

RagStatusChunks

StatusFAQ

How many documents/chunks of type FAQ are in the index

Property Value

RagStatusChunks

StatusNone

How many documents/chunks of type None are in the index

Property Value

RagStatusChunks

StatusProduct

How many documents/chunks of type Product are in the index

Property Value

RagStatusChunks

StatusTicket

How many documents/chunks of type Ticket are in the index

Property Value

RagStatusChunks

StatusWebpage

How many documents/chunks of type Webpage are in the index

Property Value

RagStatusChunks

See Also

AIAgent