Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
    
  
  
  
  
    
  
  
    
    
    
    BytesPropertyConfig
    class BytesPropertyConfig : AppSearchSchema.PropertyConfig
    
    Configuration for a property containing a byte array.
    Summary
    
    
    
      
        
          | Inherited functions | 
        
          | From class PropertyConfig
                
                  
                    | Boolean | equals(other: Any?)
                         Indicates whether some other object is "equal to" this one.   The equalsmethod implements an equivalence relation on non-null object references:  
                          It is reflexive: for any non-null reference value x,x.equals(x)should returntrue.It is symmetric: for any non-null reference values xandy,x.equals(y)should returntrueif and only ify.equals(x)returnstrue.It is transitive: for any non-null reference values x,y, andz, ifx.equals(y)returnstrueandy.equals(z)returnstrue, thenx.equals(z)should returntrue.It is consistent: for any non-null reference values xandy, multiple invocations ofx.equals(y)consistently returntrueor consistently returnfalse, provided no information used inequalscomparisons on the objects is modified.For any non-null reference value x,x.equals(null)should returnfalse.  An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |  
                    | Int | getCardinality()
                         Returns the cardinality of the property (whether it is optional, required or repeated). |  
                    | String | getDescription()
                         Returns a natural language description of this property.  Ex. The description for the "homeAddress" property of a "Person" type could be "the address at which this person lives".  This information is purely to help apps consuming this type the semantic meaning of its properties. This field has no effect in AppSearch - it is just stored with the AppSearchSchema. If the description is not set, then this method will return an empty string. |  
                    | String | getName()
                         Returns the name of this property. |  
                    | Int | hashCode() |  
                    | String | toString()
                         Returns a string representation of the object. |  | 
      
    
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
  Last updated 2025-09-17 UTC.
  
  
  
    
      [null,null,["Last updated 2025-09-17 UTC."],[],[]]