Class StreamAction
Stream action for scheduled task.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class StreamAction : Action
Properties
MetricExtraction
Declaration
[JsonProperty(PropertyName = "metricExtraction")]
public MetricExtraction MetricExtraction { get; set; }
Property Value
Type | Description |
---|---|
MetricExtraction |
SavedSearchDuration
Declaration
[JsonProperty(PropertyName = "savedSearchDuration")]
public string SavedSearchDuration { get; set; }
Property Value
Type | Description |
---|---|
string | The duration of data to be searched for SAVED_SEARCH tasks,
used when the task fires to calculate the query time range.
|
SavedSearchId
Declaration
[JsonProperty(PropertyName = "savedSearchId")]
public string SavedSearchId { get; set; }
Property Value
Type | Description |
---|---|
string | The ManagementSavedSearch id [OCID] utilized in the action. |