Skip to content

Commit

Permalink
Adding java doc for class FileMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Jul 21, 2022
1 parent f3d9799 commit c950c34
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ public boolean isComplete() {
}
}

/**
* Metadata about a file
*
* @opensearch.internal
*/
public static final class FileMetadata implements ToXContentObject, Writeable {
private String name;
private long length;
Expand Down

0 comments on commit c950c34

Please sign in to comment.