EntityDescriptor.StreamETag Property

Definition

Gets the eTag for the media resource associated with an entity that is a media link entry.

public:
 property System::String ^ StreamETag { System::String ^ get(); };
public string StreamETag { get; }
member this.StreamETag : string
Public ReadOnly Property StreamETag As String

Property Value

A string value that indicates the state of data.

Remarks

The StreamETag property returns an eTag value that indicates the state of the Media Resource targeted for update since the last call to SaveChanges when the entity is a media link entry.

The eTag associated with the media resource is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP RFC 2616.

The value may be empty or null. Null represents the case in which no eTag is currently associated with the Media Resource.

Applies to