Class CustomerLoggingDetails
Customer logging configuration
Inherited Members
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