View Source GoogleApi.Datastream.V1.Model.StreamObject (google_api_datastream v0.7.1)
A specific stream object (e.g a specific DB table).
Attributes
-
backfillJob(type:GoogleApi.Datastream.V1.Model.BackfillJob.t, default:nil) - The latest backfill job that was initiated for the stream object. -
createTime(type:DateTime.t, default:nil) - Output only. The creation time of the object. -
displayName(type:String.t, default:nil) - Required. Display name. -
errors(type:list(GoogleApi.Datastream.V1.Model.Error.t), default:nil) - Output only. Active errors on the object. -
name(type:String.t, default:nil) - Output only. The object resource's name. -
sourceObject(type:GoogleApi.Datastream.V1.Model.SourceObjectIdentifier.t, default:nil) - The object identifier in the data source. -
updateTime(type:DateTime.t, default:nil) - Output only. The last update time of the object.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.StreamObject{ backfillJob: GoogleApi.Datastream.V1.Model.BackfillJob.t() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, errors: [GoogleApi.Datastream.V1.Model.Error.t()] | nil, name: String.t() | nil, sourceObject: GoogleApi.Datastream.V1.Model.SourceObjectIdentifier.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.