Class MonitorResultData
Details of the monitor result data.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class MonitorResultData
Properties
ByteContent
Declaration
[JsonProperty(PropertyName = "byteContent")]
public byte[] ByteContent { get; set; }
Property Value
Type | Description |
---|---|
byte[] | Data content in byte format. Example: Zip or Screenshot. |
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the data. |
StringContent
Declaration
[JsonProperty(PropertyName = "stringContent")]
public string StringContent { get; set; }
Property Value
Type | Description |
---|---|
string | Data content in string format. Example: HAR. |
Timestamp
Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time when the data was generated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z |