Skip to content

Commit

Permalink
docs(flux): how to use named properties (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored May 18, 2022
1 parent 06ac268 commit 8248137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flux-dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Flux flux = Flux
.withPropertyNamed("every")
.withPropertyNamed("period")
.sum();

String query = flux.toString(properties);
```

## Supported functions
Expand Down

0 comments on commit 8248137

Please sign in to comment.