Partilhar via


EntityProperty.GeneratePropertyForByteArray(Byte[]) Método

Definição

Cria um novo objeto EntityProperty que representa a matriz de bytes especificada.

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

Parâmetros

input
Byte[]

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a