GoogleApi.Spanner.V1.Model.Scan (google_api_spanner v0.48.0)
View SourceScan is a structure which describes Cloud Key Visualizer scan information.
Attributes
-
details
(type:map()
, default:nil
) - Additional information provided by the implementer. -
endTime
(type:DateTime.t
, default:nil
) - The upper bound for when the scan is defined. -
name
(type:String.t
, default:nil
) - The unique name of the scan, specific to the Database service implementing this interface. -
scanData
(type:GoogleApi.Spanner.V1.Model.ScanData.t
, default:nil
) - Output only. Cloud Key Visualizer scan data. Note, this field is not available to the ListScans method. -
startTime
(type:DateTime.t
, default:nil
) - A range of time (inclusive) for when the scan is defined. The lower bound for when the scan is defined.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.Scan{ details: map() | nil, endTime: DateTime.t() | nil, name: String.t() | nil, scanData: GoogleApi.Spanner.V1.Model.ScanData.t() | nil, startTime: DateTime.t() | nil }