Show / Hide Table of Contents

Class CustomerLoggingDetails

Customer logging configuration

Inheritance
object
CustomerLoggingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class CustomerLoggingDetails

Properties

LogRetentionDays

Declaration
[Required(ErrorMessage = "LogRetentionDays is required.")]
[JsonProperty(PropertyName = "logRetentionDays")]
public int? LogRetentionDays { get; set; }
Property Value
Type Description
int?

the age of an index after which the index will get deleted by ISM policy

Remarks

Required

In this article
Back to top