> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# RestierEntitySetOperation

> Represents the Restier operations available to an EntitySet.

## Definition

**Assembly:** Microsoft.Restier.Core.dll

**Namespace:** Microsoft.Restier.Core

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
Microsoft.Restier.Core.RestierEntitySetOperation
```

## Summary

Represents the Restier operations available to an EntitySet.

## Values

| Name     | Value | Description                     |
| -------- | ----- | ------------------------------- |
| `Filter` | 1     | Represents a Filter operation.  |
| `Insert` | 2     | Represents an Insert operation. |
| `Update` | 3     | Represents an Update operation. |
| `Delete` | 4     | Represents a Delete operation.  |
