Class CollectTracesDetails
Details for collecting DB traces and alert logs
Inherited Members
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