Class: Aws::IoTSiteWise::Types::FileFormat

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

The file format of the data in S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationTypes::Annotation

The annotation format configuration.

Returns:



9153
9154
9155
9156
9157
9158
9159
9160
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153

class FileFormat < Struct.new(
  :csv,
  :parquet,
  :mp4,
  :annotation)
  SENSITIVE = []
  include Aws::Structure
end

#csvTypes::Csv

The file is in .CSV format.

Returns:



9153
9154
9155
9156
9157
9158
9159
9160
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153

class FileFormat < Struct.new(
  :csv,
  :parquet,
  :mp4,
  :annotation)
  SENSITIVE = []
  include Aws::Structure
end

#mp4Types::Mp4

The MP4 format configuration.

Returns:



9153
9154
9155
9156
9157
9158
9159
9160
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153

class FileFormat < Struct.new(
  :csv,
  :parquet,
  :mp4,
  :annotation)
  SENSITIVE = []
  include Aws::Structure
end

#parquetTypes::Parquet

The file is in parquet format.

Returns:



9153
9154
9155
9156
9157
9158
9159
9160
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153

class FileFormat < Struct.new(
  :csv,
  :parquet,
  :mp4,
  :annotation)
  SENSITIVE = []
  include Aws::Structure
end