Class TrailFileCollection
A list of TrailFiles.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class TrailFileCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TrailFileSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TrailFileSummary> | An array of TrailFiles. | 
Remarks
Required
TimeLastFetched
Declaration
[Required(ErrorMessage = "TimeLastFetched is required.")]
[JsonProperty(PropertyName = "timeLastFetched")]
public DateTime? TimeLastFetched { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The time the data was last fetched from the deployment. The format is defined by
RFC3339, such as  | 
Remarks
Required