### YamlMime:JavaType
uid: "com.azure.cosmos.models.ChangeFeedProcessorItem"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem"
name: "ChangeFeedProcessorItem"
nameWithType: "ChangeFeedProcessorItem"
summary: "Change Feed processor item."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **ChangeFeedProcessorItem**"
constructors:
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.ChangeFeedProcessorItem()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.ChangeFeedProcessorItem()"
name: "ChangeFeedProcessorItem()"
nameWithType: "ChangeFeedProcessorItem.ChangeFeedProcessorItem()"
syntax: "public ChangeFeedProcessorItem()"
methods:
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.getChangeFeedMetaData()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.getChangeFeedMetaData()"
name: "getChangeFeedMetaData()"
nameWithType: "ChangeFeedProcessorItem.getChangeFeedMetaData()"
summary: "Gets the change feed metadata."
syntax: "public ChangeFeedMetaData getChangeFeedMetaData()"
desc: "Gets the change feed metadata."
returns:
description: "change feed metadata."
type: ""
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.getCurrent()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.getCurrent()"
name: "getCurrent()"
nameWithType: "ChangeFeedProcessorItem.getCurrent()"
summary: "Gets the change feed current item."
syntax: "public JsonNode getCurrent()"
desc: "Gets the change feed current item."
returns:
description: "change feed current item."
type: ""
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.getPrevious()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.getPrevious()"
name: "getPrevious()"
nameWithType: "ChangeFeedProcessorItem.getPrevious()"
summary: "Gets the change feed previous item."
syntax: "public JsonNode getPrevious()"
desc: "Gets the change feed previous item. For delete operations, previous image is always going to be provided. The previous image on replace operations is not going to be exposed by default and requires account-level or container-level opt-in."
returns:
description: "change feed previous item."
type: ""
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.toJsonNode()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.toJsonNode()"
name: "toJsonNode()"
nameWithType: "ChangeFeedProcessorItem.toJsonNode()"
summary: "Helper API to convert this changeFeedProcessorItem instance to raw JsonNode format."
syntax: "public JsonNode toJsonNode()"
desc: "Helper API to convert this changeFeedProcessorItem instance to raw JsonNode format."
returns:
description: "jsonNode format of this changeFeedProcessorItem instance."
type: ""
- uid: "com.azure.cosmos.models.ChangeFeedProcessorItem.toString()"
fullName: "com.azure.cosmos.models.ChangeFeedProcessorItem.toString()"
name: "toString()"
nameWithType: "ChangeFeedProcessorItem.toString()"
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
returns:
type: "String"
type: "class"
desc: "Change Feed processor item. Supports current and previous items through structure. Caller is recommended to type cast to cosmos item structure."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.4