Struct aws_sdk_m2::model::DataSet
source · #[non_exhaustive]pub struct DataSet { /* private fields */ }Expand description
Defines a data set.
Implementations§
source§impl DataSet
impl DataSet
sourcepub fn storage_type(&self) -> Option<&str>
pub fn storage_type(&self) -> Option<&str>
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
sourcepub fn dataset_name(&self) -> Option<&str>
pub fn dataset_name(&self) -> Option<&str>
The logical identifier for a specific data set (in mainframe format).
sourcepub fn dataset_org(&self) -> Option<&DatasetOrgAttributes>
pub fn dataset_org(&self) -> Option<&DatasetOrgAttributes>
The type of dataset. Possible values include VSAM, IS, PS, GDG, PO, PS, UNKNOWN etc.
sourcepub fn relative_path(&self) -> Option<&str>
pub fn relative_path(&self) -> Option<&str>
The relative location of the data set in the database or file system.
sourcepub fn record_length(&self) -> Option<&RecordLength>
pub fn record_length(&self) -> Option<&RecordLength>
The length of a record.