@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ColumnLength
SpannerPersistentProperty that is optional. If present, it
tells the maximum length for columns where it is relevant (STRING, BYTES).| Modifier and Type | Required Element and Description |
|---|---|
long |
maxLength
The maximum length of the column in Spanner terms.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.