91 строка
7.2 KiB
YAML
91 строка
7.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties"
|
|
name: "LastEnqueuedEventProperties"
|
|
nameWithType: "LastEnqueuedEventProperties"
|
|
summary: "A set of information about the enqueued state of a partition, as observed by the consumer."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **LastEnqueuedEventProperties**"
|
|
constructors:
|
|
- uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.LastEnqueuedEventProperties(java.lang.Long,java.lang.Long,java.time.Instant,java.time.Instant)"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.LastEnqueuedEventProperties(Long lastSequenceNumber, Long lastOffset, Instant lastEnqueuedTime, Instant retrievalTime)"
|
|
name: "LastEnqueuedEventProperties(Long lastSequenceNumber, Long lastOffset, Instant lastEnqueuedTime, Instant retrievalTime)"
|
|
nameWithType: "LastEnqueuedEventProperties.LastEnqueuedEventProperties(Long lastSequenceNumber, Long lastOffset, Instant lastEnqueuedTime, Instant retrievalTime)"
|
|
summary: "Creates an instance with the last enqueued event information set."
|
|
parameters:
|
|
- description: "Sequence number of the last event to be enqueued in a partition. <code>null</code> if\n the information has not been retrieved, yet."
|
|
name: "lastSequenceNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- description: "Offset of the last observed event enqueued in a partition. <code>null</code> if the information\n has not been retrieved, yet."
|
|
name: "lastOffset"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- description: "The date and time of the last observed event enqueued in a partition. <code>null</code> if\n the information has not been retrieved, yet."
|
|
name: "lastEnqueuedTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
|
|
- description: "The date and time that the information was retrieved. <code>null</code> if the information\n has not been retrieved, yet."
|
|
name: "retrievalTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
|
|
syntax: "public LastEnqueuedEventProperties(Long lastSequenceNumber, Long lastOffset, Instant lastEnqueuedTime, Instant retrievalTime)"
|
|
desc: "Creates an instance with the last enqueued event information set."
|
|
methods:
|
|
- uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getEnqueuedTime()"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getEnqueuedTime()"
|
|
name: "getEnqueuedTime()"
|
|
nameWithType: "LastEnqueuedEventProperties.getEnqueuedTime()"
|
|
summary: "Gets the date and time, in UTC, that the last observed event was enqueued in the partition."
|
|
syntax: "public Instant getEnqueuedTime()"
|
|
desc: "Gets the date and time, in UTC, that the last observed event was enqueued in the partition."
|
|
returns:
|
|
description: "The date and time, in UTC, that the last observed event was enqueued in the partition. <code>null</code> if\n the information has not been retrieved, yet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
|
|
- uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getOffset()"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getOffset()"
|
|
name: "getOffset()"
|
|
nameWithType: "LastEnqueuedEventProperties.getOffset()"
|
|
summary: "Gets the offset of the last observed event enqueued in the partition."
|
|
syntax: "public Long getOffset()"
|
|
desc: "Gets the offset of the last observed event enqueued in the partition."
|
|
returns:
|
|
description: "The offset of the last observed event enqueued in the partition. <code>null</code> if the information has not\n been retrieved, yet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getRetrievalTime()"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getRetrievalTime()"
|
|
name: "getRetrievalTime()"
|
|
nameWithType: "LastEnqueuedEventProperties.getRetrievalTime()"
|
|
summary: "Gets the date and time, in UTC, that the information about the last enqueued event was retrieved."
|
|
syntax: "public Instant getRetrievalTime()"
|
|
desc: "Gets the date and time, in UTC, that the information about the last enqueued event was retrieved."
|
|
returns:
|
|
description: "The date and time, in UTC, that the information about the last enqueued event was retrieved. <code>null</code>\n if the information has not been retrieved, yet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
|
|
- uid: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getSequenceNumber()"
|
|
fullName: "com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties.getSequenceNumber()"
|
|
name: "getSequenceNumber()"
|
|
nameWithType: "LastEnqueuedEventProperties.getSequenceNumber()"
|
|
summary: "Gets the sequence number of the last observed event to be enqueued in the partition."
|
|
syntax: "public Long getSequenceNumber()"
|
|
desc: "Gets the sequence number of the last observed event to be enqueued in the partition."
|
|
returns:
|
|
description: "The sequence number of the last observed event to be enqueued in the partition. <code>null</code> if the\n information has not been retrieved, yet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
type: "class"
|
|
desc: "A set of information about the enqueued state of a partition, as observed by the consumer."
|
|
metadata: {}
|
|
package: "com.azure.messaging.eventhubs.models"
|
|
artifact: com.azure:azure-messaging-eventhubs:5.19.1
|