TraceSpanKind enumeration

Specifies the type of trace span being created.

public enum TraceSpanKind

Values

name value description
Client 0 The client side of an RPC.
Server 1 The server side of an RPC.
Local 2 A local operation.

See Also