Complete view of the trace record that contains the actual trace data.
This is equivalent to calling the REST get or RPC GetTrace method
using the ID of each listed trace.
Minimal
Minimal view of the trace record that contains only the project
and trace IDs.
Rootspan
Root span view of the trace record that returns the root spans along
with the minimal trace data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content focuses on the `ViewType` enum within the `Google.Cloud.Trace.V1` namespace, part of the `Google.Cloud.Trace.V1.dll` assembly."],["There are multiple versions of this content available, ranging from version 2.2.0 to the latest version, 3.4.0, with version 2.3.0 being the version for this specific page."],["The `ViewType` enum defines the type of data returned for traces, with options including `Complete`, `Minimal`, `Rootspan`, and `Unspecified`."],["The `Complete` view type provides the full trace data, akin to a `get` method call, while the `Minimal` view only returns the project and trace IDs."],["The default value for ViewType is `MINIMAL` when no specification is given, while the `Rootspan` option will provide root spans along with the minimal trace data."]]],[]]