WebPubSubDataType Enum

Definition

Represent the type of the data.

C#
public enum WebPubSubDataType
Inheritance
WebPubSubDataType

Fields

Name Value Description
Json 0

The data content is json.

Text 1

The data content is plain text.

Binary 2

The data content is binary.

Protobuf 3

The data content is protobuf.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview