ExcludedPath Classe
- java.
lang. Object - JsonSerializable
- com.
microsoft. azure. cosmosdb. ExcludedPath
- com.
public class ExcludedPath extends JsonSerializable
Representa um caminho excluído da IndexingPolicy no serviço de banco de dados do Azure Cosmos DB.
Resumo do Construtor
Construtor | Description |
---|---|
ExcludedPath() |
Construtor. |
ExcludedPath(String jsonString) |
Construtor. |
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
getPath()
Obtém o caminho. |
void |
setPath(String path)
Define o caminho. |
Membros herdados
JsonSerializable.get(String propertyName)
JsonSerializable.getBoolean(String propertyName)
JsonSerializable.getCollection(String propertyName)
JsonSerializable.getDouble(String propertyName)
JsonSerializable.getHashMap()
JsonSerializable.getInt(String propertyName)
JsonSerializable.getLogger()
JsonSerializable.getLong(String propertyName)
JsonSerializable.getMapper()
JsonSerializable.getObject(String propertyName)
JsonSerializable.getObjectByPath(List<String> propertyNames)
JsonSerializable.getString(String propertyName)
JsonSerializable.has(String propertyName)
JsonSerializable.JsonSerializable()
JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper)
JsonSerializable.JsonSerializable(String jsonString)
JsonSerializable.remove(String propertyName)
JsonSerializable.toJson()
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
JsonSerializable.toString()
Detalhes do construtor
ExcludedPath
public ExcludedPath()
Construtor.
ExcludedPath
public ExcludedPath(String jsonString)
Construtor.
Parâmetros:
jsonString
- a cadeia de caracteres json que representa o caminho excluído.
Detalhes do método
getPath
public String getPath()
Obtém o caminho.
Retornos:
o caminho.
setPath
public void setPath(String path)
Define o caminho.
Parâmetros:
path
- o caminho.
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 Java