pub struct EnrichedDataset { /* private fields */ }Implementations§
Source§impl EnrichedDataset
impl EnrichedDataset
pub fn rid(&self) -> &ResourceIdentifier
pub fn uuid(&self) -> Uuid
pub fn name(&self) -> &str
pub fn description(&self) -> Option<&str>
pub fn display_name(&self) -> &str
pub fn metadata(&self) -> Option<&BTreeMap<String, String>>
👎Deprecated:
Deprecated in favor of properties.
pub fn handle(&self) -> Option<&Handle>
👎Deprecated:
Deprecated. Use DatasetFile#handle
pub fn ingest_date(&self) -> DateTime<Utc>
pub fn ingest_status(&self) -> Option<&IngestStatus>
👎Deprecated:
Deprecated. Use lastIngestStatus.
pub fn origin_metadata(&self) -> &DatasetOriginMetadata
pub fn last_ingest_status(&self) -> &IngestStatusV2
pub fn retention_policy(&self) -> &RetentionPolicy
pub fn source(&self) -> Option<&str>
pub fn bounds(&self) -> Option<&Bounds>
pub fn timestamp_type(&self) -> &WeakTimestampType
pub fn labels(&self) -> &BTreeSet<String>
pub fn properties(&self) -> &BTreeMap<String, String>
pub fn granularity(&self) -> &Granularity
pub fn allow_streaming(&self) -> bool
pub fn is_archived(&self) -> bool
pub fn dataset_type(&self) -> Option<&DatasetBackingType>
Sourcepub fn migrated_from_connection_rid(&self) -> Option<&ConnectionRid>
pub fn migrated_from_connection_rid(&self) -> Option<&ConnectionRid>
Connection RID whose data source was migrated into this dataset. Empty for datasets that were not created by the legacy connection-to-dataset migrations, or when the original connection row no longer exists.
pub fn external_connection_metadata( &self, ) -> Option<&ExternalConnectionMetadata>
Sourcepub fn derived_definition(&self) -> Option<&DerivedDefinition>
pub fn derived_definition(&self) -> Option<&DerivedDefinition>
Definition for a derived dataset. When present, this dataset is virtual and backed by the referenced provided Dataset definition instead of persisted dataset files.
Trait Implementations§
Source§impl Clone for EnrichedDataset
impl Clone for EnrichedDataset
Source§fn clone(&self) -> EnrichedDataset
fn clone(&self) -> EnrichedDataset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnrichedDataset
impl Debug for EnrichedDataset
Source§impl<'de> Deserialize<'de> for EnrichedDataset
impl<'de> Deserialize<'de> for EnrichedDataset
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EnrichedDataset, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EnrichedDataset, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EnrichedDataset
Source§impl Hash for EnrichedDataset
impl Hash for EnrichedDataset
Source§impl Ord for EnrichedDataset
impl Ord for EnrichedDataset
Source§fn cmp(&self, other: &EnrichedDataset) -> Ordering
fn cmp(&self, other: &EnrichedDataset) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnrichedDataset
impl PartialEq for EnrichedDataset
Source§fn eq(&self, other: &EnrichedDataset) -> bool
fn eq(&self, other: &EnrichedDataset) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EnrichedDataset
impl PartialOrd for EnrichedDataset
Source§impl Serialize for EnrichedDataset
impl Serialize for EnrichedDataset
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for EnrichedDataset
impl RefUnwindSafe for EnrichedDataset
impl Send for EnrichedDataset
impl Sync for EnrichedDataset
impl Unpin for EnrichedDataset
impl UnsafeUnpin for EnrichedDataset
impl UnwindSafe for EnrichedDataset
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request