Table of Contents

Class QueryExecutionMetadata

Namespace
Datafication.Server.Core.Models
Assembly
Datafication.Server.Core.dll

Metadata about query execution.

public class QueryExecutionMetadata
Inheritance
object
QueryExecutionMetadata

Properties

ExecutedAt

Gets or sets the timestamp when the query was executed.

public DateTime ExecutedAt { get; set; }

Property Value

DateTime

ExecutionTimeMs

Gets or sets the time taken to execute the query in milliseconds.

public long ExecutionTimeMs { get; set; }

Property Value

long

OperationsApplied

Gets or sets the operations that were applied.

public List<string>? OperationsApplied { get; set; }

Property Value

List<string>