BaseDataObjectETag Property |
An ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests.
This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed.
ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual string ETag { get; set; }
Public Overridable Property ETag As String
Get
Set
public:
virtual property String^ ETag {
String^ get ();
void set (String^ value);
}
abstract ETag : string with get, set
override ETag : string with get, set
Property Value
Type:
String
See Also