Partager via


EntityProperty.GeneratePropertyForByteArray(Byte[]) Méthode

Définition

Crée un objet EntityProperty qui représente le tableau d'octets spécifié.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForByteArray (byte[] input);
static member GeneratePropertyForByteArray : byte[] -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForByteArray (input As Byte()) As EntityProperty

Paramètres

input
Byte[]

Valeur du nouvel objet EntityProperty.

Retours

Objet EntityProperty avec la valeur spécifiée.

S’applique à