Struct google_bigtableadmin2::api::Split
source · pub struct Split {
pub key: Option<Vec<u8>>,
}Expand description
An initial split point for a newly created table.
This type is not used in any activity, and only used as part of another schema.
Fields§
§key: Option<Vec<u8>>Row key to use as an initial tablet boundary.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Split
impl<'de> Deserialize<'de> for Split
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