Class TraceServiceOptions (5.0.0)

public sealed class TraceServiceOptions

Options for initializing tracing.

Inheritance

Object > TraceServiceOptions

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Properties

Client

public TraceServiceClient Client { get; set; }

A client to send traces with. May be null.

Property Value
TypeDescription
TraceServiceClient

Options

public TraceOptions Options { get; set; }

Trace options. May be null.

Property Value
TypeDescription
TraceOptions

ProjectId

public string ProjectId { get; set; }

The Google Cloud Platform project ID. If unspecified and running on GAE or GCE the project ID will be detected from the platform.

Property Value
TypeDescription
String