Class CollectPipelineDiagnosticDetails
Details for collecting pipeline diagnostics
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class CollectPipelineDiagnosticDetails
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 where the object is to be uploaded in the object storage |
Remarks
Required
DiagnosticNamePrefix
Declaration
[JsonProperty(PropertyName = "diagnosticNamePrefix")]
public string DiagnosticNamePrefix { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the diagnostic collected and uploaded to object storage |
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of namespace that serves as a container for all of your buckets |
Remarks
Required