public static interface UnwindOperation.IndexBuilder
| Modifier and Type | Method and Description |
|---|---|
UnwindOperation.EmptyArraysBuilder |
arrayIndex(String field)
Exposes the array index as
field. |
UnwindOperation.EmptyArraysBuilder |
noArrayIndex()
Do not expose the array index.
|
UnwindOperation.EmptyArraysBuilder arrayIndex(String field)
field.field - field name to expose the field array index, must not be null or empty.UnwindOperation.EmptyArraysBuilder noArrayIndex()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.