Class GetRecordOptions


  • public class GetRecordOptions
    extends Object
    Options for getting a record.
    • Constructor Detail

      • GetRecordOptions

        public GetRecordOptions​(boolean includeVectors)
        Creates a new instance of the GetRecordOptions class.
        Parameters:
        includeVectors - A value indicating whether to include vectors in a response.
      • GetRecordOptions

        public GetRecordOptions​(boolean includeVectors,
                                boolean wildcardKeyMatching)
        Creates a new instance of the GetRecordOptions class.
        Parameters:
        includeVectors - A value indicating whether to include vectors in a response.
        wildcardKeyMatching - A value indicating whether to use wildcard key matching.
    • Method Detail

      • isWildcardKeyMatching

        public boolean isWildcardKeyMatching()
        Gets whether to use wildcard key matching.
        Returns:
        true if wildcard key matching is used; otherwise, false.
      • isIncludeVectors

        public boolean isIncludeVectors()
        Gets whether to include vectors.
        Returns:
        whether to include vectors