pub struct Logging {
pub version: String,
pub delete: bool,
pub read: bool,
pub write: bool,
pub retention_policy: RetentionPolicy,
}
Expand description
Azure Analytics Logging settings.
Fields§
§version: String
The version of Storage Analytics to configure.
delete: bool
Indicates whether all delete requests should be logged.
read: bool
Indicates whether all read requests should be logged.
write: bool
Indicates whether all write requests should be logged.
retention_policy: RetentionPolicy
the retention policy which determines how long the associated data should persist
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Logging
impl<'de> Deserialize<'de> for Logging
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
impl StructuralPartialEq for Logging
Auto Trait Implementations§
impl Freeze for Logging
impl RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl UnwindSafe for Logging
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)