IWithThroughput<ParentT> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O estágio de uma definição do Gremlin Graph que permite definir a taxa de transferência.
public interface IWithThroughput<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT>>
type IWithThroughput<'ParentT> = interface
interface IWithThroughput<IWithAttach<'ParentT>>
Public Interface IWithThroughput(Of ParentT)
Implements IWithThroughput(Of IWithAttach(Of ParentT))
Parâmetros de tipo
- ParentT
O estágio da definição pai à qual retornar depois de anexar essa definição.
- Derivado
- Implementações
-
IWithThroughput<IWithAttach<ParentT>>
Métodos
WithThroughput(Int32) |
Especifica o valor da taxa de transferência. (Herdado de IWithThroughput<ReturnT>) |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET