Show / Hide Table of Contents

Class RecalledDataInfo

This is the synchronous result of a recall of archived data

Inheritance
object
RecalledDataInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top