CloudFilesProviderIfNoneMatch Field |
This API is preliminary and subject to change.
The If-None-Match header, which allows calls to create or update objects to
query whether the server already has a copy of the object before any data is sent.
Namespace: net.openstack.Providers.RackspaceAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public const string IfNoneMatch
Public Const IfNoneMatch As String
public:
literal String^ IfNoneMatch
static val mutable IfNoneMatch: string
Field Value
Type:
StringRemarks
Currently the service only supports specifying the header If-None-Match: *, which
results in a response if the Object
Storage Service contains any file matching the name of the object being updated. Neither
the content of the object nor its associated metadata are checked by the service.
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also