Skip to main content

Enum AdfRestMethod

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfRestMethod

Fields

FieldsDescription
GetRetreive information from a source.
PostRequest that the endpoint does something with the provided entity.
PutRequest that the endpoint does something with the provided entity. A put request is idempotent.