IndexAction<T> Constructor (T)

 

Applies To: Microsoft Azure

Initializes a new instance of the IndexAction class.

Namespace:   Microsoft.Azure.Search.Models
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public IndexAction(
    T document
)
public:
IndexAction(
    T document
)
new : 
        document:'T -> IndexAction
Public Sub New (
    document As T
)

Parameters

  • document
    Type: T

    The document on which the action will be performed.

See Also

IndexAction<T> Overload
IndexAction<T> Class
Microsoft.Azure.Search.Models Namespace

Return to top