public final class SpatialSpec extends Object
| Constructor and Description |
|---|
SpatialSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
path()
Get the path property: The path for which the indexing behavior applies to.
|
List<SpatialType> |
types()
Get the types property: List of path's spatial type.
|
void |
validate()
Validates the instance.
|
SpatialSpec |
withPath(String path)
Set the path property: The path for which the indexing behavior applies to.
|
SpatialSpec |
withTypes(List<SpatialType> types)
Set the types property: List of path's spatial type.
|
public String path()
public SpatialSpec withPath(String path)
path - the path value to set.public List<SpatialType> types()
public SpatialSpec withTypes(List<SpatialType> types)
types - the types value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.