public sealed class TraceServiceOptions
Reference documentation and code samples for the Google.Cloud.Diagnostics.Common class TraceServiceOptions.
Options for initializing tracing.
Namespace
Google.Cloud.Diagnostics.CommonAssembly
Google.Cloud.Diagnostics.Common.dll
Properties
Client
public TraceServiceClient Client { get; set; }
A client to send traces with. May be null.
Property Value | |
---|---|
Type | Description |
TraceServiceClient |
Options
public TraceOptions Options { get; set; }
Trace options. May be null.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |