azure-core
Loading...
Searching...
No Matches
modified_conditions.hpp
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
9#pragma once
10
13
14#include <string>
15
16namespace Azure {
17
23{
28 virtual ~ModifiedConditions() = default;
29
35
41};
42} // namespace Azure
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