IWithAutomatic<ParentT> Interface

Definition

The stage of the indexing policy update allowing to set automatic setting.

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

Type Parameters

ParentT

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

Derived

Methods

WithAutomatic(Boolean)

Specifies the automatic setting.

Applies to