Compartilhar via


EntityProperty.GeneratePropertyForLong(Nullable<Int64>) Método

Definição

Cria um novo objeto EntityProperty que representa o valor Int64 especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForLong (long? input);
static member GeneratePropertyForLong : Nullable<int64> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForLong (input As Nullable(Of Long)) As EntityProperty

Parâmetros

input
Nullable<Int64>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a