Show / Hide Table of Contents

Class CollectTracesDetails

Details for collecting DB traces and alert logs

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

Properties

BucketName

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

Name of the bucket containing the file.

Remarks

Required

Namespace

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

Object Storage namespace.

Remarks

Required

ObjectNamePrefix

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

Object name prefix.

Remarks

Required

In this article
Back to top