Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 1 KB

RevisionDto.md

File metadata and controls

13 lines (8 loc) · 1 KB

RevisionDto

Properties

Name Type Description Notes
client_id Option<String> A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back [optional]
version Option<i64> NiFi employs an optimistic locking strategy where the client must include a revision in their request when performing an update. In a response to a mutable flow request, this field represents the updated base version. [optional]
last_modifier Option<String> The user that last modified the flow. [optional]

[Back to Model list] [Back to API list] [Back to README]