Show / Hide Table of Contents

Class SnapshotDetail

A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.

Inheritance
object
SnapshotDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class SnapshotDetail

Properties

Key

Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type Description
string

Name of the property.

Value

Declaration
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }
Property Value
Type Description
object

Value of the property.

In this article
Back to top