Show / Hide Table of Contents

Class CatalogParSourceConfig

Catalog par source config.

Inheritance
object
CatalogSourcePayload
CatalogParSourceConfig
Inherited Members
CatalogSourcePayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogParSourceConfig : CatalogSourcePayload

Properties

AccessUri

Declaration
[JsonProperty(PropertyName = "accessUri")]
public string AccessUri { get; set; }
Property Value
Type Description
string

access uri

BucketName

Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
Property Value
Type Description
string

bucket name

NamespaceName

Declaration
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type Description
string

nameSpace

ObjectName

Declaration
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
Type Description
string

object name

TimeExpires

Declaration
[JsonProperty(PropertyName = "timeExpires")]
public DateTime? TimeExpires { get; set; }
Property Value
Type Description
DateTime?

The date and time expires, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z

In this article
Back to top