Show / Hide Table of Contents

Class UpdateStorageDetails

This is the input to update storage configuration of a tenancy in Logging Analytics application

Inheritance
object
UpdateStorageDetails
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 UpdateStorageDetails

Properties

ArchivingConfiguration

Declaration
[Required(ErrorMessage = "ArchivingConfiguration is required.")]
[JsonProperty(PropertyName = "archivingConfiguration")]
public ArchivingConfiguration ArchivingConfiguration { get; set; }
Property Value
Type Description
ArchivingConfiguration
Remarks

Required

In this article
Back to top