Manages an optional contained value, i.e. a value that may or may not be present.
Definition nullable.hpp:30
Support for date and time standardized string formats.
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57
Manages an optional contained value, i.e. a value that may or may not be present.
Specifies HTTP options for conditional requests based on modification time.
Definition modified_conditions.hpp:23
Azure::Nullable< Azure::DateTime > IfUnmodifiedSince
Optionally limit requests to resources that have remained unmodified.
Definition modified_conditions.hpp:40
virtual ~ModifiedConditions()=default
Destructs ModifiedConditions.
Azure::Nullable< Azure::DateTime > IfModifiedSince
Optionally limit requests to resources that have only been modified since this point in time.
Definition modified_conditions.hpp:34