Numéro d’ID de bogue |
BUG-000101730 |
Envoi | December 27, 2016 |
Dernière modification | June 5, 2024 |
S’applique à | No Product Found |
Version trouvée | N/A |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
Although it appears that the properties available in the user object are different in the two cases, it's not actually true. In both cases, all properties are fetched on demand if they're not available. For example, print(user..storageUsage) will fetch the storageUnits if they aren't available with the user object initially.
Because of performance reasons, we don't fetch all properties initially, but if the properties are queried, the 'user' object is hydrated and all properties are fetched and made available. It's only in the print function that this discrepancy shows up, but doesn't affect the behavior of the API.
Étapes pour reproduire
ID de bogue: BUG-000101730
Logiciel: