Show / Hide Table of Contents

Class MetadataDetails

Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.

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

Properties

FormatVersion

Declaration
[Required(ErrorMessage = "FormatVersion is required.")]
[JsonProperty(PropertyName = "formatVersion")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MetadataDetails.FormatVersionEnum? FormatVersion { get; set; }
Property Value
Type Description
MetadataDetails.FormatVersionEnum?

The version for the format of the catalog file being uploaded.

Remarks

Required

In this article
Back to top