Class: Aws::Glue::Types::Partition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::Partition
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Represents a slice of table data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #catalog_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Data Catalog in which the partition resides. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the partition was created. 
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the catalog database in which to create the partition. 
- 
  
    
      #last_access_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time at which the partition was accessed. 
- 
  
    
      #last_analyzed_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time at which column statistics were computed for this partition. 
- 
  
    
      #parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    These key-value pairs define partition parameters. 
- 
  
    
      #storage_descriptor  ⇒ Types::StorageDescriptor 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides information about the physical location where the partition is stored. 
- 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the database table in which to create the partition. 
- 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The values of the partition. 
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the partition resides.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_time ⇒ Time
The time at which the partition was created.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_name ⇒ String
The name of the catalog database in which to create the partition.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_time ⇒ Time
The last time at which the partition was accessed.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_time ⇒ Time
The last time at which column statistics were computed for this partition.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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 | 
#parameters ⇒ Hash<String,String>
These key-value pairs define partition parameters.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_descriptor ⇒ Types::StorageDescriptor
Provides information about the physical location where the partition is stored.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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_name ⇒ String
The name of the database table in which to create the partition.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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 | 
#values ⇒ Array<String>
The values of the partition.
| 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 | # File 'lib/aws-sdk-glue/types.rb', line 20176 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 |