IWithETagCheck<ParentT> Interface

Definition

The stage of the record set definition allowing to enable ETag validation.

public interface IWithETagCheck<ParentT>
type IWithETagCheck<'ParentT> = interface
Public Interface IWithETagCheck(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithETagCheck()

Specifies that If-None-Match header needs to set to to prevent updating an existing record set.

Applies to