Class AggregatedSnapshot
Aggregated snapshots of all spans.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class AggregatedSnapshotProperties
AggregatedStackTraces
Declaration
[Required(ErrorMessage = "AggregatedStackTraces is required.")]
[JsonProperty(PropertyName = "aggregatedStackTraces")]
public List<AggregatedStackTrace> AggregatedStackTraces { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AggregatedStackTrace> | List of aggregated stack trace. | 
Remarks
Required
Details
Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public List<SnapshotDetail> Details { get; set; }Property Value
| Type | Description | 
|---|---|
| List<SnapshotDetail> | Aggregated snapshot details. | 
Remarks
Required