Class: Aws::Glue::Types::Partition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Represents a slice of table data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the partition resides.

Returns:

  • (String)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time at which the partition was created.

Returns:

  • (Time)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the catalog database in which to create the partition.

Returns:

  • (String)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_access_timeTime

The last time at which the partition was accessed.

Returns:

  • (Time)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_analyzed_timeTime

The last time at which column statistics were computed for this partition.

Returns:

  • (Time)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

These key-value pairs define partition parameters.

Returns:

  • (Hash<String,String>)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_descriptorTypes::StorageDescriptor

Provides information about the physical location where the partition is stored.



16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the database table in which to create the partition.

Returns:

  • (String)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values of the partition.

Returns:

  • (Array<String>)


16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16475

class Partition < Struct.new(
  :values,
  :database_name,
  :table_name,
  :creation_time,
  :last_access_time,
  :storage_descriptor,
  :parameters,
  :last_analyzed_time,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end