Undefined Class

  • java.lang.Object

public class Undefined extends JsonSerializable

Represents the 'Undefined' partition key in the Azure Cosmos DB database service.

Method Summary

Modifier and Type Method and Description
String toString()

Returns the string representation of Undfined.

Undefined Value()

Returns the singleton value of Undefined.

Inherited Members

Method Details

toString

public String toString()

Returns the string representation of Undfined.

Value

public static Undefined Value()

Returns the singleton value of Undefined.

Returns:

the Undefined value

Applies to