Class RecalledDataSize
This is the recall related data size for the given timeframe
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class RecalledDataSize
Properties
NotRecalledDataInBytes
Declaration
[Required(ErrorMessage = "NotRecalledDataInBytes is required.")]
[JsonProperty(PropertyName = "notRecalledDataInBytes")]
public long? NotRecalledDataInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | This is the size of the archival data not recalled yet |
Remarks
Required
RecalledDataInBytes
Declaration
[Required(ErrorMessage = "RecalledDataInBytes is required.")]
[JsonProperty(PropertyName = "recalledDataInBytes")]
public long? RecalledDataInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | This is the size of the recalled data |
Remarks
Required
TimeDataEnded
Declaration
[Required(ErrorMessage = "TimeDataEnded is required.")]
[JsonProperty(PropertyName = "timeDataEnded")]
public DateTime? TimeDataEnded { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | This is the end of the time range of the archival data |
Remarks
Required
TimeDataStarted
Declaration
[Required(ErrorMessage = "TimeDataStarted is required.")]
[JsonProperty(PropertyName = "timeDataStarted")]
public DateTime? TimeDataStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | This is the start of the time range of the archival data |
Remarks
Required