30 строки
1.7 KiB
YAML
30 строки
1.7 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- fullName: com.microsoft.azure.storage.table.StoreAs.name()
|
|
name: name()
|
|
nameWithType: StoreAs.name()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String name()
|
|
uid: com.microsoft.azure.storage.table.StoreAs.name()
|
|
nameWithType: StoreAs
|
|
syntax: public interface StoreAs
|
|
type: interface
|
|
uid: com.microsoft.azure.storage.table.StoreAs
|
|
fullName: com.microsoft.azure.storage.table.StoreAs
|
|
name: StoreAs
|
|
package: com.microsoft.azure.storage.table
|
|
summary: >-
|
|
<p>An annotation used to override the name a property is serialized and deserialized with using reflection. Use this annotation to specify the property name to associate with the data stored by a setter method or retrieved by a getter method in a class implementing <xref uid="com.microsoft.azure.storage.table.TableEntity" data-throw-if-not-resolved="false" data-raw-source="TableEntity"></xref> that uses reflection-based serialization and deserialization. Note that the names "PartitionKey", "RowKey", "Timestamp", and "Etag" are reserved and will be ignored if set with the annotation. </p>
|
|
|
|
<p>Example: </p>
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
<p>This example shows how the methods that would get and set an entity property named <em>ObjectPropertyName</em> in the default case can be annotated to get and set an entity property named <em>EntityPropertyName</em>. See the documentation for <xref uid="com.microsoft.azure.storage.table.TableServiceEntity" data-throw-if-not-resolved="false" data-raw-source="TableServiceEntity"></xref> for more information on using reflection-based serialization and deserialization.</p>
|
|
|
|
<p></p>
|
|
metadata: {}
|