Class PipelineDiagnosticData
Information regarding the pipeline diagnostic collection
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineDiagnosticData
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
DiagnosticState
Declaration
[Required(ErrorMessage = "DiagnosticState is required.")]
[JsonProperty(PropertyName = "diagnosticState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PipelineDiagnosticState? DiagnosticState { get; set; }
Property Value
Type | Description |
---|---|
PipelineDiagnosticState? | The state of the pipeline diagnostics collection. |
Remarks
Required
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
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the diagnostic collected and uploaded to object storage |
Remarks
Required
TimeLastCollected
Declaration
[JsonProperty(PropertyName = "timeLastCollected")]
public DateTime? TimeLastCollected { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the diagnostic data was last collected for the pipeline. The format is defined by
RFC3339, such as |