Show / Hide Table of Contents

Class ObjectStorageDataset

Different type of location types supported for object storage

Inheritance
object
DatasetDetails
ObjectStorageDataset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ObjectStorageDataset : DatasetDetails

Properties

LocationDetails

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

Required

In this article
Back to top