Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Context information for a single SDK operation.

    interface OperationContext {
        args: unknown[];
        method: string;
        operationId: string;
        timestamp: string;
    }
    Index

    Properties

    args: unknown[]

    Sanitized arguments passed to the SDK method

    method: string

    Name of the SDK method being called

    operationId: string

    Unique identifier for this operation

    timestamp: string

    ISO 8601 timestamp when the operation started