Interface UnwindOperation.EmptyArraysBuilder

All Known Implementing Classes:
UnwindOperation.UnwindOperationBuilder
Enclosing class:
UnwindOperation

public static interface UnwindOperation.EmptyArraysBuilder
  • Method Details

    • preserveNullAndEmptyArrays

      UnwindOperation preserveNullAndEmptyArrays()
      Output documents if the array is null or empty.
      Returns:
    • skipNullAndEmptyArrays

      UnwindOperation skipNullAndEmptyArrays()
      Do not output documents if the array is null or empty.
      Returns: