Table of Contents

Enum ObjNotFoundBehavior

Namespace
Scaleout.Modules.Abstractions
Assembly
Scaleout.Modules.Abstractions.dll

Specifies the behavior when an API method is invoked on an object that does not exist in the ScaleOut service.

public enum ObjNotFoundBehavior

Fields

Create = 1

The API method creates a new object if it does not exist, calling your ApiProcessor's CreateObject implementation or performing a read-through operation.

DoNotCreate = 0

The API method does not create a new object if it does not exist.