Struct google_datastream1::api::JsonFileFormat
source · pub struct JsonFileFormat {
pub compression: Option<String>,
pub schema_file_format: Option<String>,
}Expand description
JSON file format configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§compression: Option<String>Compression of the loaded JSON file.
schema_file_format: Option<String>The schema file format along JSON data files.
Trait Implementations§
source§impl Clone for JsonFileFormat
impl Clone for JsonFileFormat
source§fn clone(&self) -> JsonFileFormat
fn clone(&self) -> JsonFileFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JsonFileFormat
impl Debug for JsonFileFormat
source§impl Default for JsonFileFormat
impl Default for JsonFileFormat
source§fn default() -> JsonFileFormat
fn default() -> JsonFileFormat
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for JsonFileFormat
impl<'de> Deserialize<'de> for JsonFileFormat
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more