Class RecalledDataInfo
This is the synchronous result of a recall of archived data
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class RecalledDataInfo
Properties
CollectionName
Declaration
[Required(ErrorMessage = "CollectionName is required.")]
[JsonProperty(PropertyName = "collectionName")]
public string CollectionName { get; set; }
Property Value
Type | Description |
---|---|
string | This is the parent name of the list of overlapping recalls |
Remarks
Required
Purpose
Declaration
[JsonProperty(PropertyName = "purpose")]
public string Purpose { get; set; }
Property Value
Type | Description |
---|---|
string | This is the recall name made for a specific purpose |