Uses of Class
com.google.cloud.firestore.pipeline.stages.UnnestOptions
Packages that use UnnestOptions
-
Uses of UnnestOptions in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type UnnestOptionsModifier and TypeMethodDescriptionPipeline.unnest(Selectable field, UnnestOptions options) Produces a document for each element in array found in previous stage document.Pipeline.unnest(String fieldName, String alias, UnnestOptions options) Produces a document for each element in array found in previous stage document. -
Uses of UnnestOptions in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages that return UnnestOptionsConstructors in com.google.cloud.firestore.pipeline.stages with parameters of type UnnestOptionsModifierConstructorDescriptionUnnest(Field field, String alias, UnnestOptions options) Unnest(Selectable field, UnnestOptions options)