| Package | Description |
|---|---|
| com.azure.core.models |
Package containing core model classes.
|
| Modifier and Type | Field and Description |
|---|---|
static CloudEventDataFormat |
CloudEventDataFormat.BYTES
Bytes format.
|
static CloudEventDataFormat |
CloudEventDataFormat.JSON
JSON format.
|
| Constructor and Description |
|---|
CloudEvent(String source,
String type,
BinaryData data,
CloudEventDataFormat format,
String dataContentType)
Create an instance of
CloudEvent. |
Copyright © 2021 Microsoft Corporation. All rights reserved.